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