This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add tuning options for federation client backoff #5556
Closed
Closed
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
411e4d8
be a bit more aggressive with not retrying likely-dead hosts
hawkowl bdad7ff
fixes
hawkowl ad0d7d4
changelog
hawkowl 69490ad
lint
hawkowl 535e8ea
fix some logs
hawkowl 84cbc50
make the aggressiveness more configurable
hawkowl d08ce1b
make logging a little better
hawkowl a82457c
make logging a little better
hawkowl 30ed284
make logging a little better
hawkowl 45c0117
cancel in connect
hawkowl f1467e5
handle more things
hawkowl 61f75d5
fix
hawkowl 9c998b9
Merge remote-tracking branch 'origin/develop' into hawkowl/more-aggre…
hawkowl 02f771a
fix lint
hawkowl 7f1eada
backoff settings
hawkowl b5574c5
add some tests
hawkowl fcea504
reload config and more tests
hawkowl c579143
proper config reloading & simplification
hawkowl 294c3f0
flake
hawkowl 1391f61
clean up some things
hawkowl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Treat more outgoing federation connection failures (like refused connection, dead domains, and no route to host) as fatal and not able to be retried immediately. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For what its worth this was to fix a bug we had where our local DNS server would SERVFAIL fairly frequently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@erikjohnston: which was? the addition of this line?