diff --git a/charts/posthog/values.yaml b/charts/posthog/values.yaml index 8e226b51..35dd7c48 100644 --- a/charts/posthog/values.yaml +++ b/charts/posthog/values.yaml @@ -2528,12 +2528,12 @@ prometheus: - alert: CeleryQueueDepth expr: (max (posthog_celery_queue_depth)) > 1000 - for: 10m + for: 60m labels: rotation: common severity: critical annotations: - summary: Celery job execution delayed for more than 10 minutes. + summary: Celery job execution delayed for more than 60 minutes. description: | The Celery jobs queue (stored in Redis) is filling up faster than it is consumed. This impacts our monitoring, as some paging monitors depend on metrics exported by Celery jobs.