Files
posthog/plugin-server/tests/worker
Xavier Vello 85d0e36116 feat(ingestion): add ingestion warning if event more than 23 hours in the future (#13579)
* feat(ingestion): add ingestion warning if event more than 23 hours in the future

* test: Update unit tests for ingestion timestamp

* Apply suggestions from code review

Co-authored-by: Harry Waye <harry@posthog.com>

* Update frontend/src/scenes/data-management/ingestion-warnings/IngestionWarningsView.tsx

* test: Use a timestamp only 23h in the future

This allows us to test the exact boundary of the
'event_timestamp_in_future' warning to ensure it doesn't pop.

Co-authored-by: Tomás Farías Santana <tomas@tomasfarias.dev>
Co-authored-by: Harry Waye <harry@posthog.com>
2023-01-06 11:46:14 +01:00
..