-
Hi all, Is there a plan to support adding more tasks to the Besides this, it would be better if the state machine takes care of its own locking and the management of the various stage lists for tasks so the current internalization of the asyncio lock is in fact better as long as one has a property or a way to modify at least the What are your thoughts about this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This is an interesting idea. I'm planning on writing a blueprint about an extension of the current dependency graph created inside the state machine. The idea is to create the dependency graph outside the state machine and let it handle the graph. Thinking about your question, if a task creates an independent flow of new tasks, I don't see a reason that prevents adding it to the state machine. So, I don't think we have concrete plans to add this feature, but I may say it is a feasible feature.
I understand your point. This would require a kind of refactor/redesign of the current state machine we have. I'm not against it, right now what prevents us from doing that is probably time and priorities. |
Beta Was this translation helpful? Give feedback.
-
Thanks to @richtja work in 6cb1c2f this feature is now available and makes integration with the state much easier as mentioned above. |
Beta Was this translation helpful? Give feedback.
Thanks to @richtja work in 6cb1c2f this feature is now available and makes integration with the state much easier as mentioned above.