6 months ago
Dear Team, Too many timeouts happening and deployments take a loooong time. Please let me know if changing my plan helps
5 Replies
6 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
6 months ago
Unlikely. This is likely an issue with your application itself. What are the nature of the timeouts?
Status changed to Awaiting User Response Railway • 6 months ago
6 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open jake • 6 months ago
6 months ago
did you always had timeout/slow deployment?
6 months ago
@fra No, It was quite fast in the beginning. Taking less that 4 mins for the whole thing to be deployed. It is a python dockerized with UV app. Now, just the docker build takes more than 25-30 mins and then stuck at some stage like "finding containers" or something similar. Even if I think the build took long, the deployment is taking several minutes after that. On my mac, the docker build takes less than 2 mins. I have a lot of apps under hobby plan, is there a shared quota or something? I will do a bit more debugging and put some logs too here if possible.
6 months ago
I'm not expert on phyton so I can't help too much, what I'd check is:
- did something change in the app and now the docker context is bigger and take longer to build? is there something you can ignore in the dockerignore?
- can you try to spin up a new service that uses the same docker image and see if it is worse or better?
other then this I think is better to wait for someone else with more knowledge of docker