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 am going to use it in a project to ensure a uniqueness for slow & long running jobs.
While choosing a proper lock type for my case I noticed that documentation for UntilExecuted and UntilExecuting about unlocks seems to be the same though as I can see it should be slightly different.
Hello, thank you for the awesome library!
I am going to use it in a project to ensure a uniqueness for slow & long running jobs.
While choosing a proper lock type for my case I noticed that documentation for
UntilExecuted
andUntilExecuting
about unlocks seems to be the same though as I can see it should be slightly different.https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/lib/sidekiq_unique_jobs/lock/until_executed.rb#L7
https://github.com/mhenrixon/sidekiq-unique-jobs/blob/master/lib/sidekiq_unique_jobs/lock/until_executing.rb#L7
As I understand
UntilExecuted
should unlock after worker done it's job. It is also stated here.Please correct me if I am missing something.
The text was updated successfully, but these errors were encountered: