Skip to content

Tags: flf2ko/machinery

Tags

v1.7.9

Toggle v1.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Worker graceful shutdown (RichardKnop#543)

* wait in broker consuming goroutine until worker.Quit() completes

* wait in broker consuming goroutine until worker.Quit() completes for v2

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Worker] log when fetching group task states fail (RichardKnop#541)

v1.7.7

Toggle v1.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[DynamoDB] Batch fetch task states (RichardKnop#539)

v1.7.6

Toggle v1.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
redact url (RichardKnop#533)

v1.7.5

Toggle v1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[DynamoDB] Support ResultsExpiresIn (RichardKnop#523)

v1.7.4

Toggle v1.7.4's commit message
chore: updated dependencies

v1.7.3

Toggle v1.7.3's commit message
Delete SQS message if unmarshalling fails (RichardKnop#504)

* Delete SQS message if unmarshalling fails

* Fix failing unit test

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request RichardKnop#446 from Sh4d1/multiple_aqmp

Add options for multiple amqp brokers

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request RichardKnop#482 from Martin91/fix-#122-deadlock

fix: an possible deadlock in amqp broker's consume()

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md