Skip to content

Commit

Permalink
Merge b4bae45 into 4ead4cb
Browse files Browse the repository at this point in the history
  • Loading branch information
tiina303 authored Feb 12, 2024
2 parents 4ead4cb + b4bae45 commit 9a71d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/posthog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9a71d68

Please sign in to comment.