Tracker Checker: handle Health Check timeouts #678
Labels
- Admin -
Enjoyable to Install and Setup our Software
- Developer -
Torrust Improvement Experience
Code Cleanup / Refactoring
Tidying and Making Neat
Easy
Good for Newcomers
Enhancement / Feature Request
Something New
good first issue
Good for newcomers
Testing
Checking Torrust
Milestone
Parent issue: #677
You can run a Tracker Checker with:
If the server does not reply in 5 seconds you will see an error like this:
You can use this example app to simulate the server.
This is the function for the check:
It contains this line:
We have to catch the error instead of unwrapping. Otherwise, the Tracker Checker is halted. The Tracker Checker should finish the whole report even if one service is not available.
The text was updated successfully, but these errors were encountered: