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: 123,273 of 187,622
Downloads: 5,231

Daily

Ranking: 139,079 of 187,603
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,012,753,026bundler
101,166,409,648rake
28925,351,231rspec
79513,586,628redis
157288,036,352sidekiq
73769,855,372tty-prompt
1,54922,694,967fakeredis

Owners

#GravatarHandle
1iconrompelstilchen