Skip to content

Heroku already has built-in load balancing #6

@mars

Description

@mars

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions