mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
fix: Modify task to query wider range of data for e2e lag (#41510)
This commit is contained in:
@@ -235,7 +235,7 @@ def ingestion_lag() -> None:
|
||||
FROM events
|
||||
WHERE team_id IN %(team_ids)s
|
||||
AND event IN %(events)s
|
||||
AND timestamp > yesterday() AND timestamp < now() + toIntervalMinute(3)
|
||||
AND timestamp > now() - interval 72 hours AND timestamp < now() + toIntervalMinute(3)
|
||||
GROUP BY event
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user