kierzniak
Can not deploy application because of Node 16 EOL
Hello,
I can not deploy my application because of error
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
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