forked from serverless-dns/serverless-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fly: utilize health-check based routing
Fly now routes globally to any machine depending on health-checks. Aggressively timing out on health-checks then is beneficial to shed load and steer traffic away from an unresponsive server. And since loadavg is used in-process to tune load shedding, we can experiment with higher per-service connection values (bumping them up by +200 to 775).
- Loading branch information
1 parent
fe76cb5
commit f9d4d71
Showing
2 changed files
with
42 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters