Say that we change the code for one of our Resque workers. How can we deploy that code to the workers, short of stopping the workers in the middle of the task (thereby removing the task from the queue forever and with it not being finished) and reloading the worker?
Share
Ended up simply killing the workers.