kierzniak
kierzniak
RRailway
Created by kierzniak on 5/20/2024 in #✋|help
Can not deploy application because of Node 16 EOL
Hello, I can not deploy my application because of error
error: nodejs_16 has been removed as it is EOL.
error: nodejs_16 has been removed as it is EOL.
I can't upgrade my app to te latest version of node. What I can do about that? ProjectID: f2cae2a1-6195-4d38-8485-a87d8f2e7c65 ServiceD: da4635f9-573f-41c8-bc6f-958952630dff
23 replies
RRailway
Created by kierzniak on 10/4/2023 in #✋|help
Slow performance for Pro Plan
I don't know if this is expected behaviour but I'm experiencing slow performance for each build, deploy steps and runtime. Using github actions and deploying my app to own decent dedicated server 12vCPU, 32G RAM my build takes like 30s. Using railway it takes like 7 minutes. I'm executing additional tasks beside yarn start like dropping tables, creating new tables, seeding database and so on so maybe database is the problem? Runtime is also really bad. Simple GET request which on my dedicated server is taking 60ms and on AWS t3a.small is taking like 120ms on railway take 900ms. I'm a little bit confused since with Pro Plan I should get 32 GB RAM / 32 vCPU per Service but I don't feel this.
16 replies