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
i ruled out concurrency issues, since we only run 1 loader, which hits the batch queue endpoint once per minute, and the endpoint doesn't take over a minute to run so it wouldn't overlap. there is also no interaction between other endpoints: even the strictest concurrency setting we use, SELECT .. FOR UPDATE, wouldn't stop us from reading the row that it locked
As far as I can tell, the package deduplication is not correctly deduplicating. I don't know why.
The text was updated successfully, but these errors were encountered: