Skip to content
New issue

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

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

Already on GitHub? # to your account

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

Open
cretz opened this issue Mar 25, 2025 · 0 comments · May be fixed by #800
Open

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

cretz opened this issue Mar 25, 2025 · 0 comments · May be 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.

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

Successfully merging a pull request may close this issue.

1 participant