Skip to content

Commit

Permalink
fix: clickhouse_errors_count query for 24.8 (#26416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daesgar authored Nov 26, 2024
1 parent d1f7db9 commit 1d2bc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/tasks/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def clickhouse_errors_count() -> None:
name,
value as errors,
dateDiff('minute', last_error_time, now()) minutes_ago
from clusterAllReplicas(%(cluster)s, system, errors)
from clusterAllReplicas(%(cluster)s, system.errors)
where code in (999, 225, 242)
order by minutes_ago
"""
Expand Down

0 comments on commit 1d2bc95

Please sign in to comment.