machinery

Machinery is an asynchronous task queue/job queue based on distributed message passing.

MPL-2.0 License

Stars
7.5K
Committers
132

Bot releases are visible (Hide)

machinery - Release v1.7.2

Published by RichardKnop almost 5 years ago

This release adds support for couple of new features:

  • allow multiple server AMQP broker
  • allow redis cluster backend with password
  • expose delayed tasks information via a method
machinery - Release v1.7.1

Published by RichardKnop almost 5 years ago

Regular maintenance and bug fix release.

machinery - Release v1.7.0

Published by RichardKnop about 5 years ago

Regular maintenance and bug fix release. Also includes an experimental V2 package which should be used with caution (as breaking changes will happen to it in the future).

machinery - Release v1.6.9

Published by RichardKnop about 5 years ago

Regular maintenance and bug fix release.

machinery - Release v1.6.8

Published by RichardKnop about 5 years ago

Regular maintenance and bug fix release.

machinery - Release v1.6.7

Published by RichardKnop over 5 years ago

Hotfix for a possible panic in SQS broker.

machinery - Release v1.6.6

Published by RichardKnop over 5 years ago

Bug fixes for SQS and AMQP brokers related to concurrency and reconnection problems.

machinery - Release v1.6.5

Published by RichardKnop over 5 years ago

AMQP broker imrovements, solved issues around routing key.

machinery - Release v1.6.4

Published by RichardKnop over 5 years ago

This release contains couple of fixes:

  • Apply binding to default queue
  • Fixed the default result expire time to 1 hour as per documentation
machinery - Release v1.6.3

Published by RichardKnop over 5 years ago

Fixed bug to support for using non-AMQP as broker and AMQP as result backend.

machinery - Release v1.6.2

Published by RichardKnop over 5 years ago

A maintenance and bug fix release, includes:

  • injecting signature into task context now
  • Redis backend/broker data races & performance fixes
  • some other bug fixes and improvements
machinery - Release v1.6.1

Published by RichardKnop over 5 years ago

Regular maintenance & bug fixing release.

machinery - Release v1.6.0

Published by RichardKnop over 5 years ago

Updated and tided up / pruned dependencies.

machinery - Release v1.5.9

Published by RichardKnop over 5 years ago

This release updates MongoDB driver. No more RCs.

machinery - Release v1.5.8

Published by RichardKnop over 5 years ago

A hotfix for MongoDB driver.

Some small maintenance changes as well.

machinery - Release v1.5.7

Published by RichardKnop over 5 years ago

Regular maintenance & bug fixing release.

machinery - Release v1.5.6

Published by RichardKnop over 5 years ago

Regular maintenance & bug fixing release.

machinery - Release v1.5.5

Published by RichardKnop almost 6 years ago

Regular maintenance & bug fixing release.

machinery - Release v1.5.4

Published by RichardKnop almost 6 years ago

Regular maintenance & bug fixing release.

machinery - Release v1.5.3

Published by RichardKnop almost 6 years ago

A new release fixes delayed tasks AMQP connection caching issue and adds optional pre task, post task and pre publish hook functions.