resque-web
resque-web copied to clipboard
Retry from failure doesn't trigger after_enqueue hook
I noticed that if I retry a job from the failure queue with the Retry button, the after_enqueue hook is not executed. I don't know if this is intended or it's a bug or resque / resque-web. IMHO, it should trigger all the hooks relative to the queue.