| 1 | # get the number of buried jobs in all queues |
| 2 | |
| 3 | template: beanstalk_server_buried_jobs |
| 4 | on: beanstalk.current_jobs |
| 5 | class: Workload |
| 6 | type: Messaging |
| 7 | component: Beanstalk |
| 8 | calc: $buried |
| 9 | units: jobs |
| 10 | every: 10s |
| 11 | warn: $this > 3 |
| 12 | delay: up 0 down 5m multiplier 1.2 max 1h |
| 13 | summary: Beanstalk buried jobs |
| 14 | info: Number of buried jobs across all tubes. |
| 15 | to: silent |