Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EDU-5978] refactor: update Load Balancer reference #1432

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For more options on how to direct traffic to **Load Balancer** based on other cr

## Balancing method

The balancing method defines how the load will be distributed among your origins.
The balancing method defines how requests will be distributed, considering the availability of your origins (layer 3) and potential access errors, such as when the origin returns an HTTP STATUS 500 (layer 7).

:::note
**Load Balancer** will query the origins according to the balancing method and weight they're assigned. If an origin returns a `4xx` or a `5xx` error, or takes longer to respond than the [timeouts](/en/documentation/products/build/edge-application/origins/#timeouts) defined in the origin, the Load Balancer will override the balancing method and weight to query the remaining origins before returning an error to your users.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Para mais opções de como direcionar o tráfego para o **Load Balancer** basead

## Método de balanceamento

O método de balanceamento define como a carga será distribuída entre suas origens.
O método de balanceamento define como as requisições serão distribuídas, considerando a disponibilidade das suas origens (camada 3) e possíveis erros de acesso, como quando a origem retorna um HTTP STATUS 500 (camada 7).

:::note
O **Load Balancer** irá consultar as origens de acordo com o método de balanceamento e o peso atribuído a elas. Se uma origem retornar um erro `4xx` ou `5xx`, ou demorar mais tempo para responder do que os [timeouts](/pt-br/documentacao/produtos/build/edge-application/origins/#timeouts) definidos na origem, o Load Balancer irá sobrepor o método de balanceamento e peso e consultar as origens restantes antes de retornar um erro aos seus usuários.
Expand Down