#Can Railway do auto-scaling for the services?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
If I have a CPU-intensive but parallelizable workload, can I have multiple instances of the same service under load?
As of now, no. Railway cannot do that automatically.
Thanks 🙂
If you want you can spin up multiple services & host them behind a reverse proxy (traefik/nginx).