Application scaling
mhariri2
PROOP

a month 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

brody
EMPLOYEE

a month 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 about 1 month ago



ilyassbreth
FREE

a month 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 19 days ago


Loading...