-
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Changelog for fishnet | ||
===================== | ||
|
||
v1.17.0 | ||
------- | ||
|
||
* Option to join only if a backlog is building up. Added `--user-backlog` | ||
and `--system-backlog` to configure threshold for oldest item in queue. | ||
Run `python -m fishnet configure` to rerun the setup dialog. | ||
* Slow clients no longer work on young user requested analysis jobs. The | ||
threshold is continuously adjusted based on performance on other jobs. | ||
|
||
v1.16.1 | ||
------- | ||
|
||
* Fix false positive slowness warning. | ||
|
||
v1.16.0 | ||
------- | ||
|
||
* Removed `--threads-per-process`. | ||
* Warning if client is unsustainably slow. |
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,2 +1,3 @@ | ||
include README.rst | ||
include LICENSE.txt | ||
include CHANGELOG.md |
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