8edc279574
copy of a job is in Redis Adding devel/rubygem-sidekiq-unique-jobs because it is a dependency of the upcoming www/mastodon port. WWW: https://github.com/mhenrixon/sidekiq-unique-jobs/ Approved by: swills (mentor, implicit)
7 lines
406 B
Text
7 lines
406 B
Text
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/
|