-
Notifications
You must be signed in to change notification settings - Fork 524
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
Add service checking direct reachability from peers #195
Merged
Merged
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
1f30fd7
reachability script
justheuristic 9ed72d9
move to server
justheuristic a97e6ac
black-isort
justheuristic b446718
duh
justheuristic 9536422
duh
justheuristic ff63744
black-isort
justheuristic 7aad991
Merge branch 'main' into check_reachability
justheuristic 7ba646e
Merge branch 'main' into check_reachability
justheuristic 58d71df
black-isort
justheuristic 9ffc4e2
Merge branch 'main' into check_reachability
justheuristic 9894855
Fix minor issues
borzunov c575ae9
Fix minor issues (2)
borzunov c087ea1
Implement graceful shutdown
borzunov 17dcbbb
Add comment
borzunov 378b78b
Query random key to collect more DHT neighbors
borzunov 6f30759
Ignore exceptions when creating reachability service
borzunov 02b7196
Refactor, add run_dht.py
borzunov 344c664
Update comment and defaults in run_dht.py
borzunov 5ac3b99
Remove debug things
borzunov d5440cc
Use startup_timeout=60 for the stripped probe
borzunov 974c643
Bump loglevels for some messages
borzunov 5fa285c
Don't log requests triggered by ourselves
borzunov 1f1e409
Merge branch 'main' into check_reachability
borzunov 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
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.
I've removed the env variable here since this check currently works only for the public swarm, and the env var were making an impression that you could enable it for the private swarm too.
We can update the logic for this in future PR: e.g., make the server run the check if the swarm is public or custom API URL is provided.