freebsd-ports/devel/rubygem-sidekiq-unique-jobs/pkg-descr
Joseph Mingrone 8edc279574 New port, devel/rubygem-sidekiq-unique-jobs: Ensure only a single
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)
2017-04-14 14:38:50 +00:00

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/