Fixed race condition in beacon queue processing

Back to Changelog
JAN 20, 2026
FixVideo Data

We fixed a concurrency issue in the ingestion worker’s queue handler.

  1. Events for the same view are now processed in a strict, deterministic order inside the queue consumer.
  2. Improves accuracy and consistency of view counts and engagement metrics during high-traffic bursts.
  3. Added log instrumentation around batch boundaries for faster diagnosis of any future issues.