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.
Actions