Project

General

Profile

Actions

Feature #4312

closed

Streamline execution process

Added by Francois Suter about 15 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Must have
Category:
scheduler
Target version:
-
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

Also available in: Atom PDF