Overview
The scheduler jobs module has two additional logic hooks that can be used to monitor jobs.
Hooks
The additional hooks that can be used are.
- job_failure_retry : Executed when a job fails but will be retried
- job_failure : Executed when the fob fails for the final time
You can find more information on these hooks in the Job Queue Logic Hooks section.