Skip to content

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)

StatusExpression
CriticalIf ( Stuck Batch Queue Processes > 0)



WarningIf ( Deferred Jobs in state 'Executing' more than 12h > 0



OKIf not status Warning or Critical.
UnknownMissing application response.