You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today if a TimeoutError occurs (e.g. from wait_condition or asyncio.wait_for) it will fail the task. We should allow TimeoutError to be considered a standard workflow failure exception. We consider this a backwards compatible change because turning what would have been task failures to no longer be task failures is considered safe.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Today if a
TimeoutError
occurs (e.g. fromwait_condition
orasyncio.wait_for
) it will fail the task. We should allowTimeoutError
to be considered a standard workflow failure exception. We consider this a backwards compatible change because turning what would have been task failures to no longer be task failures is considered safe.The text was updated successfully, but these errors were encountered: