Sidekiq: Ensure all jobs on the queue are unique

前端 未结 4 760
醉话见心
醉话见心 2020-12-13 22:24

I have some update triggers which push jobs onto the Sidekiq queue. So in some cases, there can be multiple jobs to process the same object.

There are a couple of un

4条回答
  •  感情败类
    2020-12-13 23:12

    Take a look at this: https://github.com/mhenrixon/sidekiq-unique-jobs

    It's sidekiq with unique jobs added

提交回复
热议问题