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

How to ensure that tasks of the same request can be prioritized for execution when initiating a batch of requests for a workflow with multiple tasks arranged in a chain,...

about cluster redis, if you have a password with redis, one funny bug will be happend. here is the code about broker NewGR and backend NewGR broker NewGR : var...

fix redis consumer problem https://github.com/RichardKnop/machinery/issues/643

Version 1 of the AWS SDK is in maintenance mode and it's support is going to end next year (July 2025) according to this https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/. I was wondering if you...

I am building a sensor management system, where in I want to be able to add periodic tasks for polling sensors at specific intervals. however, the web interface would also...

![Uploading 20241019-103827.jpeg…]() in StartConsuming func: The goroutine for obtaining messages will not terminate when the consumer error,Causing memory leaks and message loss

Hi all, As per https://opentracing.io/ > The OpenTracing project is archived. [Learn more](https://www.cncf.io/blog/2022/01/31/cncf-archives-the-opentracing-project/). [Migrate to OpenTelemetry](https://opentelemetry.io/docs/migration/opentracing/) today! Are there any plans to migrate V2 to Opentelemetry? I can contribute and...

Hi, Since the Redis client is created within by machinery itself, I can not pass standard options of actual Redis client So it is not possible to use machinery with...

Updated MongoDB driver package to the most recent version. This fixes #724 , #747