BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

resque-unique_at_runtime

v4.0.1RubyGems· Ruby

Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/unique_at_runtime' class StrictlySerialJob include Resque::Plugins::UniqueAtRuntime @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end

The verdict
Abandoned. Last published 7 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 7 years ago.
Popularity
214 downloads / week
Security
No known advisories for this version (OSV).
License
MIT
Dependencies
No runtime dependencies
Recent releases
  • 4.0.17 years ago
  • 4.0.07 years ago
  • 3.0.27 years ago
  • 3.0.17 years ago
  • 3.0.07 years ago
  • 2.0.47 years ago
  • 2.0.38 years ago
  • 2.0.28 years ago