Richard Knop

Results 7 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...