jweiland/reset-scheduler
In certain scenarios, a TYPO3 scheduler task may continuously run without errors. This can occur if the task exceeds the configured :php:max_execution_time or consumes more memory than the defined :php:memory_limit. As a result, the task is unable to complete execution properly and cannot provide any feedback on whether it was successfully executed.
Tasks that can no longer provide feedback will not be executed again by the TYPO3 scheduler. This is where the TYPO3 extension reset_scheduler comes into play. As a scheduler task itself, it detects indefinitely running tasks and notifies you via email about failures or timeouts. Additionally, it can reset failing tasks, ensuring they are executed again in the next scheduled run.
Installation
Explains how to install this extension in Composer-based and Classic TYPO3 installations.
Configuration
Learn how to configure this extension.
Frequently Asked Questions (FAQ)
These questions have been frequently asked.
How to get help
Learn where to get help and how to report issues you found.