-
Notifications
You must be signed in to change notification settings - Fork 51
Tracker Checker: gracefully handle timeouts #677
Copy link
Copy link
Closed
Labels
- Admin -Enjoyable to Install and Setup our SoftwareEnjoyable to Install and Setup our Software- Developer -Torrust Improvement ExperienceTorrust Improvement ExperienceCode Cleanup / RefactoringTidying and Making NeatTidying and Making NeatEPICContains several subissuesContains several subissuesEnhancement / Feature RequestSomething NewSomething NewTestingChecking TorrustChecking Torrust
Milestone
Description
Parent issue: #669
Currently, you can run the Tracker Checker with this input:
TORRUST_CHECKER_CONFIG='{
"udp_trackers": ["127.0.0.1:6969"],
"http_trackers": ["http://127.0.0.1:7070"],
"health_checks": ["http://127.0.0.1:1313/health_check"]
}' cargo run --bin tracker_checkerIn some cases, there could be a missing timeout for network operations and in other cases where there is a timeout, the error is not handled gracefully.
This issue tracks all subtasks related to timeout issues.
Subtasks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
- Admin -Enjoyable to Install and Setup our SoftwareEnjoyable to Install and Setup our Software- Developer -Torrust Improvement ExperienceTorrust Improvement ExperienceCode Cleanup / RefactoringTidying and Making NeatTidying and Making NeatEPICContains several subissuesContains several subissuesEnhancement / Feature RequestSomething NewSomething NewTestingChecking TorrustChecking Torrust
Type
Projects
Status
Done