sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

[Feature Request] Turn invalid asyncio call warnings into errors

Open cretz opened this issue 1 year ago • 0 comments
trafficstars

Describe the solution you'd like

As part of #533, we are warning if asyncio.as_completed() or asyncio.wait() are invoked in workflows because they are non-deterministic. After a release and a good period of time, we should fail when these are called the same way we do with other invalid workflow calls.

cretz avatar May 29 '24 22:05 cretz