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

Added timeout to kvikio requests #643

Open
wants to merge 1 commit into
base: branch-25.04
Choose a base branch
from

Conversation

TomAugspurger
Copy link
Contributor

This PR adds a timeout configuration value, which controls CURLOPT_TIMEOUT on the remote IO requests we make with libcurl.

The default timeout is 60 seconds. Timeouts are considered retryable errors, so the retry logic has been updated to handle that in addition to HTTP status codes.

Closes #613.

@TomAugspurger TomAugspurger requested review from a team as code owners February 24, 2025 18:09
@TomAugspurger TomAugspurger added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Feb 24, 2025
@madsbk
Copy link
Member

madsbk commented Feb 25, 2025

I guess it should follow the style of #644 ?
cc. @kingcrimsontianyu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set timeouts for HTTP requests
2 participants