Mansour Zayer
03/16/2023, 7:03 PMNate
03/17/2023, 12:16 AMMansour Zayer
03/17/2023, 1:37 PMNate
03/17/2023, 1:58 PMrun_deployment
we're working on improvements to async subflows (when just calling them like python functions or using submit/map), but right now the simplest way is to do something like
subflow_results = [subflow(i) for i in some_list_of_inputs]
which will not be async