quirkey/resque-status

Kill link isn't actually killing my job... any suggestions?

jfrux opened this issue · 1 comments

eek!

Once the kill method is called on a uuid, it becomes part of a kill list. The should_kill? method helps us find out which jobs are on the kill list.

Using this method, one can create a conditional cleanup phase to the job to handle loitering child processes or other clean up tasks that need to be handled.