How it works
The extension connects TYPO3 Scheduler tasks with Sentry Cron Monitoring. It reports when a task starts, succeeds, or fails. The Scheduler remains responsible for running the task.
For each monitored task execution, the extension:
- Creates or updates the matching Sentry cron monitor.
- Sends an
in_progresscheck-in. - Creates the required alert rule when it does not exist.
- Lets TYPO3 run the task.
- Sends an
okorerrorcheck-in.
This monitoring runs only in a TYPO3 Production context and only when the
configured Sentry host is reachable. In every other case, TYPO3 still runs the
Scheduler task without Sentry monitoring.
Choose a topic
What happens during execution?
Follow automatic and manual task executions and their check-ins.
How are monitors created?
Understand monitor identity, schedules, alerts, and cleanup.