Chris Goddard
09/06/2022, 11:45 PMloop.create_task
to try to schedule the sub-flow but I’m getting an unknown error Crash detected! Execution was interrupted by an unexpected exception
- I feel like I’m missing something obvious. (I haven’t done much in asyncio before so it’s very possible)John Girvan
09/07/2022, 12:08 AMChris Goddard
09/07/2022, 12:10 AMJohn Girvan
09/07/2022, 12:13 AMChris Goddard
09/07/2022, 12:14 AMNate
09/07/2022, 2:28 AMOrionClient.create_flow_run_from_deployment
to send your results as parameters to a different deployment's flow runs for processing
the orchestrator-worker (2 deployments) pattern is one that's worked for me while support for async subflows (and subflows with independent infra) is coming along, at some point in the future when we can call async subflows more natively, I'll just swap the create_flow_run_from_deployment
in the parent flow for a direct call to my subflowChris Goddard
09/08/2022, 4:44 PMNate
09/08/2022, 4:50 PMChris Goddard
09/08/2022, 5:17 PMNate
09/08/2022, 5:32 PM