All Versions
24
Latest Version
Avg Release Cycle
55 days
Latest Release
2326 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.3.4 Changes
October 04, 2018- Managing publisher connections with poolboy. #65. Now channels are reused for publishing messages thanks to the usage of Poolboy.
-
v0.3.3
June 20, 2018 -
v0.3.2 Changes
February 21, 2018- Reject without retry. #54
-
v0.3.1 Changes
January 30, 2018 -
v0.3.0 Changes
December 05, 2017- ๐ Update amqp library to 0.3.1. See amqp's release note for the details
-
v0.2.2 Changes
August 18, 2017- ๐ Fix typespec #42
-
v0.2.1 Changes
July 25, 2017- ๐ท Expose
FailureBackend.Logger.get_job_error_message/1
. #37
- ๐ท Expose
-
v0.2.0 Changes
July 24, 2017๐ Support the failure backend extension. ๐ท You can implement your own job failure reporting module.
There is no change needed in your code for the changes and TaskBunny reports 0๏ธโฃ the job errors to Logger by default. There are slight changes on the message format and its contents.
๐ See #36 for the details.
-
v0.1.2 Changes
June 02, 2017- ๐ท Disable workers with the config. #35
-
v0.1.1 Changes
May 23, 2017- ๐ Fix the issue with multiple hosts. #33