delayed_job
delayed_job copied to clipboard
Is there a way to configure delayedjob so that it auto-updates itself when I change the source files?
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?
+1
+1
+1,000,000
Even restart doesn't work for me.