Skip to content

Commit

Permalink
docs: remove "round-robin" from Uplink polling description (#3154)
Browse files Browse the repository at this point in the history
Update Uplink description
  • Loading branch information
Meschreiber authored Sep 24, 2024
1 parent 5ac01b5 commit 8520c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/managed-federation/uplink.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ To maximize uptime, Uplink is hosted simultaneously at two endpoints, one in GCP

### GraphOS Router

If you use the GraphOS Router with managed federation, by default it polls Uplink every ten seconds. Every time it does so, it cycles through Uplink endpoints in round-robin fashion.
If you use the GraphOS Router with managed federation, it polls Uplink every ten seconds by default. Each time, it cycles through Uplink endpoints until it receives a response.

Whenever a poll request times out or otherwise fails (the default timeout is thirty seconds), the router continues polling as usual at the next interval. In the meantime, it continues using its most recent successfully obtained configuration.

### `@apollo/gateway`

If you use the `@apollo/gateway` library with managed federation, by default your gateway polls Uplink every ten seconds. Every time it does so, it cycles through Uplink endpoints in round-robin fashion.
If you use the `@apollo/gateway` library with managed federation, your gateway polls Uplink every ten seconds by default. Each time, it cycles through Uplink endpoints until it receives a response.

<Note>

Expand Down

0 comments on commit 8520c7d

Please sign in to comment.