I was wondering about what i can do with the agent's argparse magic
You mean how to pass arguments to components a pipeline? btw did you check the pipeline example here?
None
I think that what you want is to build a pipeline from those Tasks? Or create a Task and enqueue it manually directly from Task A?
Hi @<1523701205467926528:profile|AgitatedDove14> , exactly what I wanted 🙂 .
I was wondering about what i can do with the agent's argparse magic.
Thanks for your answer.
Hi @<1578193384537853952:profile|MoodyOx45>
I have a task A that creates another task B via subprocess.
So the thing about the agent, when it runs the code, there is only One task to rule them all. basically any fork/spawn of subprocess will automatically be logged as the parent Task
I think that what you want is to build a pipeline from those Tasks? Or create a Task and enqueue it manually directly from Task A?
(btw: you can forcefully cause the subprocess to create it's own Task but it will be a bit hackish)