-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
From the Heroku documentation,
HTTP Routing:
So scaling an app’s capacity to handle web traffic involves scaling the number of web dynos:
$ heroku ps:scale web+5
A random selection algorithm is used for HTTP request load balancing across web dynos
Stated another way: when you scale up a Heroku app to multiple dynos (server instances), the platform automatically routes incoming requests using a randomized load-balancing algorithm.
So, what problem does this project solve? It seems like this would make your Heroku app more complex & brittle, harder to maintain, and more difficult to onboard new developers.
Metadata
Metadata
Assignees
Labels
No labels