Join Slack
Powered by
Is it possible to have async task inside regular w...
# flyte-support
b
bland-football-75691
04/04/2025, 6:47 PM
Is it possible to have async task inside regular workflow? Or do I need eager workflow. Specifically, I'm trying to
await async.gather(...)
inside a task
f
freezing-airport-6809
04/05/2025, 5:41 AM
You can have it but create your own async io loop. Regular workflow cannot have async tasks as you cannot call async from sync
freezing-airport-6809
04/05/2025, 5:41 AM
We are working on full asyncification
13
Views
Open in Slack
Previous
Next