delayed_job icon indicating copy to clipboard operation
delayed_job copied to clipboard

Is there a way to configure delayedjob so that it auto-updates itself when I change the source files?

Open sibblingz opened this issue 12 years ago • 3 comments

Rails auto-updates itself in development mode (config.cache_classes = false), which is very handy during development.

So far, I find that I must restart the delayedjob process every time I make a change to the code. This is tedious.

Is there a better way?

sibblingz avatar Aug 01 '12 23:08 sibblingz

+1

mledom avatar Oct 18 '12 18:10 mledom

+1

iamnader avatar Oct 18 '12 18:10 iamnader

+1,000,000

Even restart doesn't work for me.

nomasprime avatar Sep 09 '21 19:09 nomasprime