-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor shutdown and assert_peers_healthy functions 🎯
- `daemon.py`: Adjust shutdown order and remove race condition. - `healthy.py`: Loosen peer health check assertions. - `pyproject.toml`: Bump version from 0.16.1 to 0.16.2. Improved shutdown sequence to handle exceptions better. Relaxed peer health check conditions to support more configurations. Version update reflects enhancements.
- Loading branch information
Showing
3 changed files
with
11 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "h3daemon" | ||
version = "0.16.1" | ||
version = "0.16.2" | ||
description = "HMMER server" | ||
authors = ["Danilo Horta <[email protected]>"] | ||
license = "MIT" | ||
|