machinery icon indicating copy to clipboard operation
machinery copied to clipboard

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

Results 143 machinery issues
Sort by recently updated
recently updated
newest added

currently `ResultsExpireIn` does not work for mongodb results backend, because the indexed fields do not contain a date.

fix v2 (redis): redis sentinel Authentication required bug

Current [error handler](https://github.com/RichardKnop/machinery#error-handling) only have error, but no task signature. Don't know which task failed. It's better to supply task signature for error handler. ```go worker.SetErrorHandler(func (signature *tasks.Signature, err error)...