Actions
Feature #4312
closedStreamline execution process
Start date:
2009-08-24
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently method tx_scheduler::executeTask() takes a task id as an argument, fetches the task and executes it. This is inconvenient because fetching the task may raise exceptions which may need to be caught before the execute. The solution is to move the task fetching outside of tx_scheduler::executeTask() and and pass the task directly as an argument to the method, instead of a task id.
Updated by Francois Suter about 15 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Solved in r1128
Updated by Francois Suter about 15 years ago
And in r1129.
Resolved the issue too quickly, forgot about the improved error handling part.
Updated by Francois Suter over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
Actions