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 #1

Updated by Francois Suter about 15 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Solved in r1128

Actions #2

Updated by Francois Suter about 15 years ago

And in r1129.

Resolved the issue too quickly, forgot about the improved error handling part.

Actions #3

Updated by Francois Suter over 12 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Michael Stucki almost 11 years ago

  • Category set to scheduler
Actions #5

Updated by Michael Stucki almost 11 years ago

  • Project changed from 739 to TYPO3 Core
  • Category changed from scheduler to scheduler
Actions

Also available in: Atom PDF