24 days ago
today ive been trying to run a deployment that usually takes 12 min to run the process, today super super slow and im wondering if there is an issue with railway or something i need to do, thanks
8 Replies
24 days ago
Can you go more in depth on the issue you are facing? Unfortunately, the information you have provided is rather vague.
Status changed to Awaiting User Response Railway • 24 days ago
24 days ago
i have a backend repo from github that i pass to railway. the backend contains a main and some processes and spreadsheets etc. the process is run through a front end via vercel. i usually monitor the logs to see how long the processes take. a couple days if not maybe a week the entire process from start to finish took x time. today it is taking 1.5 x i have a timer on the front end that counts down from 15min. the entire process usually finishes before the timer. today it is not. it seems every function in the class is running slow. i separated the function by running alone locally it uses an ai interaction. and it was much faster, so i dont think its the latency with the api, but im not sure, im also on hobby
Status changed to Awaiting Railway Response Railway • 24 days ago
24 days ago
im a newbie developer per se so i can try to give you what you want, is that enough detail?
24 days ago
in most recent case i started process 25min ago, and it still hasnt completed
24 days ago
Yes, that makes sense, but I am not seeing how that could be anything on our end, so I would advise you to get some tracing into your application so that you can see which specific parts of your code are bottlenecking.
Status changed to Awaiting User Response Railway • 24 days ago
24 days ago
I'm noticing latency as well. My main API usually takes 45-60 seconds to build and deploy. I'm now on about 5 minutes just building. I've retired restarting and redeploying but same thing. It seems like a platform issue right now
24 days ago
same here, LCP of > 15 seconds!!
twillsyndhir
I'm noticing latency as well. My main API usually takes 45-60 seconds to build and deploy. I'm now on about 5 minutes just building. I've retired restarting and redeploying but same thing. It seems like a platform issue right now
24 days ago
Please keep this thread on topic. OP is asking about a slowdown in their application code.