Richard Knop

Results 8 comments of Richard Knop

@michael-younkin Is this still an issue? Have you tried with the latest code? I have committed code which fixed one interrupt signal issue so perhaps this is fixed already. If...

@vividvilla I'd like first to solve the problem of importing all dependencies as this is becoming bigger issue. By adding more brokers/backends, it increases amount of dependencies that machinery will...

@vividvilla Something like that would be ideal. I am still thinking about a ways to refactor the code to make it not import all dependencies (even those you don't need)...

Possibly, we could start with a v2 package like this: https://github.com/RichardKnop/machinery/pull/477 Still basically compatible with current version but there is no factory so when you import it from your project,...

There are several types of workflows supported: https://github.com/RichardKnop/machinery#workflows 1. Groups (send N tasks at once, executed in parallel) 2. Chords (same as group but after all tasks in a group...

It is not actively maintained anymore. I might merge bug fixes but I probably won't be adding any more new features. Ideally I would plan to start from scratch on...