Skip to content

Tags: duyanghao/machinery

Tags

v1.0.10

Toggle v1.0.10'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#199 from RichardKnop/feature/add-async…

…-worker-launch-method

Add a non blocking LaunchAsync method to worker

v1.0.9

Toggle v1.0.9's commit message

Unverified

This user has not yet uploaded their public signing key.
First Ctrl+C starts graceful shutdown. Second Ctrl+C abruptly ends th…

…e program.

v1.0.8

Toggle v1.0.8'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#195 from RichardKnop/feature/wait-for-…

…running-tasks-to-finish-before-quitting

Wait for running tasks to finish when quitting a worker.

v1.0.7

Toggle v1.0.7's commit message

Unverified

This user has not yet uploaded their public signing key.
Updated dep cli tool and ran dep ensure -update

v1.0.6

Toggle v1.0.6's commit message

Unverified

This user has not yet uploaded their public signing key.
Updated Makefile

v1.0.5

Toggle v1.0.5's commit message

Unverified

This user has not yet uploaded their public signing key.
Pruned dependencies.

v1.0.4

Toggle v1.0.4's commit message

Unverified

This user has not yet uploaded their public signing key.
Fixed goling issues.

v1.0.3

Toggle v1.0.3's commit message
Merge pull request RichardKnop#174 from xitongsys/master

fix err chan size in server.go

v1.0.2

Toggle v1.0.2's commit message
Merge pull request RichardKnop#173 from RichardKnop/feature/fix-send-…

…group-concurrency

Fix pool logic to handle concurrency in SendGroup call.

v1.0.1

Toggle v1.0.1's commit message

Unverified

This user has not yet uploaded their public signing key.
When using AMQP as backend, set x-expires parameter so task state que…

…ues will eventually be cleaned up.