Skip to content

[Feature Request] Consider TimeoutError as a workflow failure exception #798

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cretz opened this issue Mar 25, 2025 · 0 comments · Fixed by #800
Closed

[Feature Request] Consider TimeoutError as a workflow failure exception #798

cretz opened this issue Mar 25, 2025 · 0 comments · Fixed by #800
Labels
enhancement New feature or request

Comments

@cretz
Copy link
Member

cretz commented Mar 25, 2025

Describe the solution you'd like

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant