Skip to content
Open
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 @@ -2034,7 +2034,7 @@
# -- Affinity settings for hooks.
affinity: {}
migrate:
# -- Env variables for migate hooks

Check failure on line 2037 in charts/posthog/values.yaml

View workflow job for this annotation

GitHub Actions / Check for spelling errors

migate ==> migrate, mitigate
env: []
# -- Hook job resource limits/requests
resources: {}
Expand Down Expand Up @@ -2512,8 +2512,8 @@
description: "The `session_recording_events_dlq` topic offset has increased over the past 5 minutes."

- alert: GraphileJobExecutionLag
expr: (max by(task_identifier) (posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})) > 900
for: 5m
expr: ((max by(task_identifier) (posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})) > 900) unless absent(posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})
for: 10m
labels:
rotation: common
severity: critical
Expand Down
Loading