Actions
Bug #4264
closedAdjust calculation of last execution
Start date:
2009-08-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A task execution may have an end time. It should not run beyond that time. The way this is currently implemented, the task will run one more time after the end time, because it bases the comparison with the end time on the current run and not that of the next run.
This should be corrected so that an extra run doesn't take place.
Updated by Francois Suter over 15 years ago
- Status changed from New to Accepted
- Assignee set to Francois Suter
I know it's not a recommended practice, but this one will be solved along with #4263 since they touch on to the same parts of the code.
Updated by Francois Suter over 15 years ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Solved in r1125
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