160. Background Processing - Batch Queue¶
Monitor all Batch Queue to make sure that they can process jobs. This can be determined by monitoring state and last execution time.
Multiple Instances: No
Interval: Every 60 minutes (12 times per day)
Status | Expression |
---|---|
Critical | If ( Stuck Batch Queue Processes > 0) |
Warning | If ( Deferred Jobs in state 'Executing' more than 12h > 0 |
OK | If not status Warning or Critical. |
Unknown | Missing application response. |