resque-lock-timeout
resque-lock-timeout copied to clipboard
A Resque plugin; adds locking, with optional timeout/deadlock handling to resque jobs.
Due to https://github.com/resque/resque-scheduler/pull/767, resque-scheduler 4.9+ now wraps all enqueues within a Redis transaction. This means that Redis commands in `before_enqueue` hooks (inadvertently) no longer run synchronously under redis 4.x, which...
Hello @lantins 👋 Do you plan to release the resque-2 branch ?
We would like the code changes merged in #27 and would appreciate it if there was another release. Would it be possible to do a quick release to pick up...
The default `loner()` method is accepting `*args`, but they are not passed along where this method is called. Note, this pull request includes a test case, but it only covers...