Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Make Celery Queue Depth page less #794

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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