quirkey / resque-status

resque-status is an extension to the resque queue system that provides simple trackable jobs.
MIT License
514 stars 169 forks source link

Kill with message #114

Open scaryguy opened 10 years ago

scaryguy commented 10 years ago

Hi,

I think if kill! command could take a *message argument it would be cool. Currently there isn't such an implementation, is there?

I'm getting what I want in this way at this time:

failed("Video info could not be read: #{@source.errors.full_messages.join(", ")}")
raise Killed

Any other ways/ideas?