hiransarkar
Deploying Django with celery
Hi everyone. I have a simple django api service, which makes use of celery. for handling the background tasks. Usually in local, I start django in one shell and celery in another shell and its works just fine. But I am not sure how to do that in railway. My current proc file looks like this .
Thanks. Any help is much appreciated?
52 replies