resque-status icon indicating copy to clipboard operation
resque-status copied to clipboard

Kill with message

Open scaryguy opened this issue 10 years ago • 0 comments

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?

scaryguy avatar Aug 04 '14 15:08 scaryguy