kookster / say_when

Event scheduling plugin for rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jobs stuck in acquired

kookster opened this issue · comments

Seeing cases in production where a stuck job never gets run again while in acquired state.
Need to make sure that doesn't happen.

First check to see if there is an issue with a rescue block needing to make sure this gets set.
Then, for belt and suspenders, add checks for jobs stuck in 'acquired' to be run regularly (how regularly, and how long a job should be left in acquired TBD).

added a rake job for this