Application scaling
mhariri2
PROOP

2 months ago

I am getting ready to launch my application to public in a week. Is there a document describing how to scale the application For my Python flask web server and mongodb server?

Any guidance is appreciated.

Solved$10 Bounty

2 Replies

2 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 2 months ago



ilyassbreth
FREE

2 months ago

for your setup just increase replicas in your flask service settings for horizontal scaling , railway auto load balances. mongodb scales vertically only so just adjust resources there

vertical autoscaling is automatic on railway so you're already set for that. start with 1-2 flask replicas at launch and bump it up if traffic spikes

good luck with the launch


Status changed to Solved noahd about 2 months ago


Loading...