resque-lock-timeout 0.4.1
A Resque plugin. Adds locking, with optional timeout/deadlock handling to resque jobs. Using a `lock_timeout` allows you to re-acquire the lock should your worker fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs that are recurring or may be retried.
Gemfile:
=
install:
=
Runtime Dependencies (1):
resque
>= 1.8.0