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
The point is that spree_chimpy enqueues background jobs on after_create (after_destroy and state_machine's transition) callback and so underlying DB just doesn't commit changes in time (at least those RDBMS who use transactions).
Please allow the models to schedule background jobs on after_commit (on: :create etc.) callback.
The text was updated successfully, but these errors were encountered:
The point is that spree_chimpy enqueues background jobs on after_create (after_destroy and state_machine's transition) callback and so underlying DB just doesn't commit changes in time (at least those RDBMS who use transactions).
Please allow the models to schedule background jobs on after_commit (on: :create etc.) callback.
The text was updated successfully, but these errors were encountered: