Bug #90614
closedTYPO3 scheduler floods sys_log with "Task is already running and multiple executions are not allowed, skipping!"
0%
Description
I am not sure if this is the exact same problem as https://forge.typo3.org/issues/25615 (which has been closed), but it looks like it.
How problem manifests itself¶
- Multiple scheduler PHP processes running
- sys_log is flooded with massive amount of messages, all about the same time
[scheduler]: scheduler - Task is already running and multiple executions are not allowed, skipping! Class: TYPO3\CMS\Scheduler\Task\CachingFrameworkGarbageCollectionTask, UID: 8
- Scheduled tasks in BE shows: "Caching framework garbage collection (scheduler)" as still running
Reason for problem¶
Probably a chain of several errors. In any case, it would be greate if sys_log would not get flooded (and allocate more than 50GB thus causing problems on weekend and affect stability of other TYPO3 systems on same DB server)
System¶
TYPO3 version: 8.7.30.
(I realize this is not the latest, will update to 8.7.31 shortly, but it looks like no change was made in this area.)
Updated by Sybille Peters over 4 years ago
- Related to Bug #25615: Scheduler floods sys_log in endless loop if a task is running and multiple executions isn't allowed added
Updated by Susanne Moog over 4 years ago
- Status changed from New to Rejected
This most likely won't be fixed for version 8 anymore, it has been fixed for 9 and 10 since 2 years ago with #83866 - if you need that in 8, use for example composer-patches to backport the patch in your instance.