Categories: None [Edit]

sidekiq_lockable_job

https://rubygems.org/gems/sidekiq_lockable_job
https://github.com/huguesbr/sidekiq_lockable_job
Sidekiq includes a jobs dependencies mechanism to prevent a job from running before another one when enqueued. But sometime your jobs will be enqueued independently, then for you do not know the job id on which you depend on (you could parse Sidekiq queue, but...) `SidekiqLockableJob` allows you to set some locks ( based on job params ) when a job is enqueued or processed (store in redis), to prevent any other jobs to run if locked ( based on job params ) and will unlock any previously set locks ( based on job params ) when a job is **succesfully** completed.

Total

Ranking: 122,892 of 182,301
Downloads: 4,701

Daily

Ranking: 97,722 of 182,287
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,305,508,860bundler
12923,109,992rake
25802,568,750rspec
71432,263,306redis
143238,475,857sidekiq
91540,208,132tty-prompt
1,44319,210,028fakeredis

Owners

#GravatarHandle
1iconrompelstilchen