3 hours ago
Hi!
I have nestjs server with 1 instance.
I want to lunch my app soon, and I will need automatic scaling when I have lot of users using my app..
there is a way to do it here? Like when there is 60% of cpu usage, create new instance, etc..
Thanks!
1 Replies
3 hours ago
We support vertical autoscaling out of the box (your service automatically scales up to your plan's vCPU and memory limits) and manual horizontal scaling with replicas where you set the number of instances per region in your service settings. However, we do not currently offer automatic horizontal scaling based on CPU thresholds, so you would need to manually adjust your replica count as needed.
Status changed to Awaiting User Response Railway • about 3 hours ago
Status changed to Solved Railway • about 3 hours ago