Skip to content

Releases: RichardKnop/machinery

SendGroup Error Channel Size Fix

07 Sep 16:21

Choose a tag to compare

Error channel in SendGroup could potentially have up to number of tasks * 2 size. Channel size increased to accomodate for this eventuality.

SendGroup Concurrency Fix

05 Sep 16:21

Choose a tag to compare

Fixed a bug in SendGroup pooling logic which meant all tasks would be sent synchronously irrespective of the concurrency parameter.

Release v1.0.1

28 Aug 21:58

Choose a tag to compare

When using AMQP as backend, x-expires parameter is set when declaring a queue in order to set/update task state. This ensures task state queues will eventually get cleanup up.

Initial Release

27 Aug 00:41

Choose a tag to compare

After almost two years of development, many contributions, improvements and bug fixes it is time for the first official release. I'd like to thank all contributors for their work in shaping this project and making it more robust and production ready.