TYPO3 Scheduler Monitor

Monitor scheduler tasks, check for errors and send emails


This extension provides a TYPO3 scheduler task (implemented as a symfony console command) that monitors other tasks. The task will check if other tasks have an error message set in the table "tx_scheduler_task" and will then send this error message to the given email address. It sets a timestamp in the scheduler database table and checks this the next time, so every error is sent out only once.