Task execution 

The extension monitors both automatic and manually triggered TYPO3 Scheduler executions.

Automatic execution 

The server cron job starts all due Scheduler tasks:

vendor/bin/typo3 scheduler:run
Copied!

Command-line execution 

A developer or operator can run one configured Scheduler task by UID:

vendor/bin/typo3 scheduler:execute --task=<task-uid>
Copied!

Check-in results 

in_progress
TYPO3 is about to run the task.
ok
The task finished and returned true.
error
The task returned false or threw an exception.

Sentry uses these check-ins and the configured schedule to detect failed or missed executions.

See Sentry monitors for the monitor name and schedule.