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
Race conditions using unique: while_executing and unique and using unique: until_and_while_executing.
Only happens when using long string IDs as unique arguments, like this one ...
"unique_args" => ["DFmBC7dLRBir1jQY0cLgtg"],
The text was updated successfully, but these errors were encountered:
@dan987 I'd love to help but I need something more to go on. What does your worker class look like? The arguments are always an array when it comes from sidekiq.
@mhenrixon thanks so much! the issue has become deprioritized as it is solved in most cases. Not 100% sure why but will be revisiting this again soon. Closing the issue for now.
Race conditions using
unique: while_executing
and unique and usingunique: until_and_while_executing
.Only happens when using long string IDs as unique arguments, like this one ...
"unique_args" => ["DFmBC7dLRBir1jQY0cLgtg"],
The text was updated successfully, but these errors were encountered: