Dedicating a DJ(Delayed job) worker to a specific queue in heroku.
Let’s say you have a vey important procedure that takes a while, and you need to process it in background, but you still want to execute ASAP.I’m using Delay...
Let’s say you have a vey important procedure that takes a while, and you need to process it in background, but you still want to execute ASAP.I’m using Delay...
Just noticed this method available from API 11 only, so you should find another implementation to avoid unexpected behaviour.Or don't call the execute ...