Kevin Grismore
10/18/2022, 10:23 PMrun_deployment()
in a flow, and I want to run multiple deployments concurrently, then move on to the next task once all the deployments have finished running. How might I do that?anyio.create_task_group()
but when I provide the positional args to run_deployment
in the call to start_soon()
I get:
TypeError: run_deployment() got multiple values for argument 'client'
So I'm guessing that's probably not the way to do it.Zanie
10/18/2022, 10:45 PMKevin Grismore
10/18/2022, 10:46 PMZanie
10/18/2022, 10:49 PMKevin Grismore
10/18/2022, 10:50 PM