Celery worker keeps crashing without deployment logs

anjaan-g
HOBBY

4 months ago

I'm following the django template build for my django app with celery beat and worker setup. The Celery Beat is deploying correctly, but the worker seems to have an issue.
My django project name is src. The settings are inside the src directory. It says the build is successful at first, and then the deployment crashes without any logs.
This is my start command:
celery -A src worker --loglevel=info

I'm using REDIS_URL="${{Redis.REDIS_URL}}" in the variables. I don't know what I'm doing wrong.

Solved

1 Replies

anjaan-g
HOBBY

4 months ago

Solved it! Had some issues with other env vars that were missing.


Status changed to Solved brody 4 months ago


Celery worker keeps crashing without deployment logs - Railway Help Station