Mohamed Haggag
12/05/2024, 6:14 AMNate
12/05/2024, 6:18 AMasyncio
etc) but you can also make sync tasks run concurrently with `.submit` or `.map` if you want to
prefect 2 did some magic to allow async code in sync contexts, which prefect 3 removes, see the following links for context:
• https://github.com/PrefectHQ/prefect/issues/15008
• https://docs.prefect.io/v3/resources/upgrade-to-prefect-3#async-tasks-in-synchronous-flowsMohamed Haggag
12/05/2024, 6:20 AM