-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent app from breaking when nodes are not reachable (#479)
* added timeout on api calls * ensured all api calls are behind "connectguard" decorator * fix timeout * Catching any other exception from API * func renamed * node address access thread safe * ensure timeout it used on any http post request * Update ct-app/core/core.py Co-authored-by: Tibor <[email protected]> --------- Co-authored-by: Tibor <[email protected]>
- Loading branch information
1 parent
b706553
commit c31460e
Showing
5 changed files
with
133 additions
and
84 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
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
Oops, something went wrong.