|
|
|
|
|
by catlover76
972 days ago
|
|
> it is all but impossible to run the queue in the same codebase and application server. I am surprised, both in terms of the difficulty you faced and that you would want to; I have beef with the fact that using Celery with Django runs "worker" process on the application server by default. |
|
It's much better than having to worry about extra infrastructure, just deploy your app and because it's code you control you can customise what the queue is going in really bespoke and application specific ways.