Closed cretz closed 6 months ago
asyncio.as_completed and asyncio.wait are non-deterministic sometimes so we need alternatives.
asyncio.as_completed
asyncio.wait
workflow.as_completed
workflow.wait
After team discussion, it was decided to issue warnings if the asyncio versions are called. The PR has been updated to support this. Please re-review.
asyncio
What was changed
asyncio.as_completed
andasyncio.wait
are non-deterministic sometimes so we need alternatives.workflow.as_completed
andworkflow.wait
alternativesChecklist