https://prefect.io logo
d

Denis Sh

07/03/2022, 8:59 PM
And another one - if flow-decorated main function is async def'ined and consists of await asyncio.gather() then FlowRunner will properly asyncio.run() it?
1
a

Anna Geller

07/04/2022, 11:27 AM
yes, it should. If you see any errors when doing that, let us know or open a GitHub issue
d

Denis Sh

07/04/2022, 2:24 PM
tested and it works. thanks
a

Anna Geller

07/04/2022, 2:49 PM
Thanks for the update