Skip to content
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

query_max_failures settings to retry the query #16771

Open
sundy-li opened this issue Nov 5, 2024 · 1 comment
Open

query_max_failures settings to retry the query #16771

sundy-li opened this issue Nov 5, 2024 · 1 comment
Assignees
Labels
A-query Area: databend query C-feature Category: feature

Comments

@sundy-li
Copy link
Member

sundy-li commented Nov 5, 2024

We can support query_max_failures settings to retry the query when encountering the retriable errors (network etc)

Originally posted by @sundy-li in #16765 (comment)

@sundy-li sundy-li changed the title We can support query_max_failures settings to retry the query when encountering the retriable errors (network etc) query_max_failures settings to retry the query Nov 5, 2024
@sundy-li sundy-li added C-feature Category: feature A-query Area: databend query labels Nov 5, 2024
@sundy-li
Copy link
Member Author

sundy-li commented Nov 5, 2024

Logical Plan could be reused.

We need to add fn is_retriable in ErrorCode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query C-feature Category: feature
Projects
None yet
Development

No branches or pull requests

2 participants