Actions
Feature #25622
closedAdd BE method to mark a stalled / died task as not running
Start date:
2009-10-11
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Problem:
If a task dies during execution (eg. because of a programming error) it will be marked as running forever, without a way for a BE admin to revive the task. You must manually clear the database field "serialized_executions".
Possible solution:
Add a checkbox to running tasks (maybe with a warning) that clears the field in the BE module to make the task usable again.
(issue imported from #M12184)
Updated by Francois Suter about 15 years ago
A good point. There's an automated clean up, but a manual one would be convenient. I'll check how to fit that in the interface.
Updated by Francois Suter about 15 years ago
Committed to trunk in revision 6304
Updated by Michael Stucki almost 11 years ago
- Project changed from 739 to TYPO3 Core
- Category changed from scheduler to scheduler
- Target version deleted (
0)
Actions