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
We are currently scheduling the tracking of certain events before the corresponding ActiveRecord instances have been saved to the DB. This causes the background jobs to fail deserialization and to be retried.
It's not a huge problem, but it unnecessarily pollutes ActiveJob queues and error monitoring systems.
The text was updated successfully, but these errors were encountered:
aldesantis
changed the title
Fix race conditions
Fix race conditions in job scheduling
Mar 4, 2021
We are currently scheduling the tracking of certain events before the corresponding ActiveRecord instances have been saved to the DB. This causes the background jobs to fail deserialization and to be retried.
It's not a huge problem, but it unnecessarily pollutes ActiveJob queues and error monitoring systems.
The text was updated successfully, but these errors were encountered: