Application failed to respond error on an active deployment
I ran railway run with a new start command and now the application is not accessible because of this error.
Here is my railway.json
Before it was like this and it worked perfectly
I appreciate any help
14 Replies
Project ID:
643c9962-5fa0-449c-82e0-67b30f66c552
643c9962-5fa0-449c-82e0-67b30f66c552
The logs dont show any errors
What do the logs show?
Deploy logs, i dont see any errors just celery warnings
Im not sure what your celery logs have to do with the django service?
Since the celery worker is running in my django service i think its normal to see celery logs here
I have found this article and am trying to follow it
https://dev.to/techbychoiceorg/django-celery-and-redis-on-railway-214h
DEV Community
Django, Celery, and Redis on Railway
Introduction Using Django Rest Framework, Celery, and Redis I created a personalized quiz...
you should be running celery as a seprate railway service
thats not the best guide tbh
Is that a must? I though it is possible to run both on the same service?
it is possible, though far from ideal
Ok so I need to make an exact copy of my repository to a new service and adjust the start commands accordingly, right?
no copy needed, you can deploy the same repo to multiple services
otherwise, yes you got the idea
Got it, thanks for the guidance