aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-sidekiq-unique-jobs/pkg-descr
blob: 14317e1b17bc94fff3bc671019e1bd8eda5e4ffa (plain) (tree)
1
2
3
4
5
6
7






                                                                                
If your application code creates duplicate jobs, sidekiq-unique-jobs can ensure
only a single copy of a job is in Redis.  For instance, perhaps you create a job
to sync an address change with a 3rd party system every time a form is
submitted. If the form is submitted twice, you don't need to create the second
job if the first job is still pending.

WWW: https://github.com/mhenrixon/sidekiq-unique-jobs/