You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
When receiving data a high-frequency, we are sometimes running into issues where two parallel calls update the same location and both either try to create the same new update record or the same new location. We should probably use PG advisory locks on the ID or external IDs to prevent those calls from colliding.
When receiving data a high-frequency, we are sometimes running into issues where two parallel calls update the same location and both either try to create the same new update record or the same new location. We should probably use PG advisory locks on the ID or external IDs to prevent those calls from colliding.