lantins / resque-lock-timeout

A Resque plugin; adds locking, with optional timeout/deadlock handling to resque jobs.
MIT License
53 stars 20 forks source link

Explicitly remove lock upon job's dirty exit using worker's on failure hook #27

Closed tjsousa closed 8 years ago

tjsousa commented 9 years ago

Fixes #26, inspired by lantins/resque-retry#61

lantins commented 8 years ago

Thanks @tjsousa