critical
5.6.1.Sidekiq scheduling latency too high
Sidekiq jobs are taking more than 1min to be picked up. Users may be seeing delays in background processing.
# 1 minute is a rough default; acceptable pickup latency depends on the balance between your job production rate and worker capacity — adjust based on your workload.
- alert: SidekiqSchedulingLatencyTooHigh
expr: max(sidekiq_queue_latency_seconds) > 60
for: 0m
labels:
severity: critical
annotations:
summary: Sidekiq scheduling latency too high (instance {{ $labels.instance }})
description: "Sidekiq jobs are taking more than 1min to be picked up. Users may be seeing delays in background processing.\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"

