[Answered ]-Run Celery tasks on Railway

1👍

My understanding is that in order to run the celery worker on Railway, you need to create another service in your project and initiate the command you would ordinarily place in the Procfile to start the worker (in the service settings, go to Deploy >> Start command). This setup means you don’t need Procfile (as a result, you need to re-arrange other commands (ex. "web") that were in the procfile into other service settings).

Leave a comment