2 months ago
My deployments have always seemed slow (more than 5 minutes) but now they're taking 15+ minutes. They eventually complete as expected but it's taking hours now to make small upgrades
6 Replies
2 months ago
Is the build taking 15+ minutes? If so, could you please share the build logs?
2 months ago
It also depends on your system specs, project size, amount of packages you are using and lastly the internet speed. So you need to make sure you are only necessary packages because during build process docker will download them, since these are required by your project. If system spec is low the build and deployment time will be longer. I will say check your build logs to see which steps are taking the most time. Try running the build process on your local machine, If it’s much faster locally, the issue may be with railway
2 months ago
Sounds like your server might be overloaded or hitting resource limits. Try checking if you’re running too many things at once or if your build is way bigger now. Restarting the service or cleaning up unused stuff might help speed it up, regardless, we need more information regarding this problem in order to accurately help.
2 months ago
try to remove or disable hosting of unused projects and optimize the launch. to do this, open the settings and scroll down to the Build section and check the steps for launching your application there may be an error in the sequence of commands for launching your application
stepans122
try to remove or disable hosting of unused projects and optimize the launch. to do this, open the settings and scroll down to the Build section and check the steps for launching your application there may be an error in the sequence of commands for launching your application
2 months ago
вот этот раздел
Attachments