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
It would be nice to be able to perform the after_transition callback after the after_commit callback.
There's an issue where if your after_transition starts a job, the model is retrieved via GlobalID and if your job is ran quickly, the model may not have been saved yet, thus leading to a race condition.
It would be nice to be able to perform the
after_transition
callback after theafter_commit
callback.There's an issue where if your
after_transition
starts a job, the model is retrieved via GlobalID and if your job is ran quickly, the model may not have been saved yet, thus leading to a race condition.state_machines-activerecord/lib/state_machines/integrations/active_record.rb
Line 305 in 8b5ee56
The text was updated successfully, but these errors were encountered: