Railway Timeout
peterostrander2
HOBBYOP
a month ago
Hey,
I feel like as my projected has grown in size when I push commands from gti via CLI claude its struggling to connect. The server seems to be down more often day by day and I am unsure why. Was hoping you could take a look to recommend how to make sure server is faster, because right now its really slow making changes.
Thank you
1 Replies
a month ago
What are your CPU and memory metrics showing in the Railway dashboard? Do you have a .dockerignore or .gitignore that excludes node_modules, build artifacts, and other large files from the deploy?
Also a growing project usually means slower builds (more deps, bigger image) not necessarily a slower running server.