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 hidden (Show)

machinery - v2.0.13 Latest Release

Published by RichardKnop 7 months ago

machinery - v1.10.8

Published by RichardKnop 7 months ago

machinery - v2.0.12

Published by RichardKnop 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RichardKnop/machinery/compare/v2.0.11...v2.0.12

machinery - v1.10.7

Published by RichardKnop 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RichardKnop/machinery/compare/v1.10.6...v1.10.7

machinery - Release v2.0.11

Published by RichardKnop over 3 years ago

Small maintenance release.

machinery - Release v1.10.6

Published by RichardKnop over 3 years ago

Working v1 release.

machinery - Release v2.0.10

Published by RichardKnop over 3 years ago

Properly working v2 release.

machinery - Release v1.10.5

Published by RichardKnop over 3 years ago

Release to fix go mod mess with v2 version 2/2.

machinery - Release v1.10.4

Published by RichardKnop over 3 years ago

Release to fix go mod mess with v2 version 1/2.

machinery - Release v1.10.3

Published by RichardKnop over 3 years ago

Bug fix and maintenance release.

machinery - Release v1.10.2

Published by RichardKnop over 3 years ago

Fix broken go modules.

machinery - Release v1.10.1

Published by RichardKnop over 3 years ago

Porting bug fixes.

machinery - Release v1.10.0

Published by RichardKnop almost 4 years ago

Porting redis fix from v2.0.1 into v1 release

See: https://github.com/go-redsync/redsync/pull/63

machinery - Release v1.9.9

Published by RichardKnop almost 4 years ago

Fixed redis issue introduced by previous release.

machinery - Release v1.9.8

Published by RichardKnop almost 4 years ago

Regular maintenance and bug fix release.

machinery - Release v1.9.7

Published by RichardKnop almost 4 years ago

Update dependencies.

machinery - Release v1.9.6

Published by RichardKnop almost 4 years ago

fix: make registerTask safe on concurrent use

machinery - Release v1.9.5

Published by RichardKnop almost 4 years ago

Make sure server can be initialised without lock configuration (default to eager lock). Fixes a bug when server could not be created without lock config.

machinery - Release v1.9.4

Published by RichardKnop about 4 years ago

Regular maintenance and bug fix release.

machinery - Release v1.9.3

Published by RichardKnop about 4 years ago

Added support for periodic tasks.