-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use concurrent futures to reduce blocking IO (#37) - Add a test suite (#41) - Fix RabbitMQ connection `TimeoutError` (#42). Acquire and dispose broker connection per request
- Loading branch information
Showing
2 changed files
with
9 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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
0.6 (2018-10-10 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
codingjoe
Author
Collaborator
|
||
--------------- | ||
|
||
- Use concurrent futures to reduce blocking IO (#37) | ||
- Add a test suite (#41) | ||
- Fix RabbitMQ connection `TimeoutError` (#42). | ||
Acquire and dispose broker connection per request | ||
|
||
0.5 (2017-01-20) | ||
---------------- | ||
|
||
|
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 +1 @@ | ||
__version__ = '0.5' | ||
__version__ = '0.6' |
@codingjoe
I think we are missing documentation update: https://hirefire.readthedocs.io/en/stable/
There is at least one new flag
USE_CONCURRENCY
to be mentioned