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

http retries should include backoff #3207

Open
cgwalters opened this issue Mar 1, 2024 · 1 comment
Open

http retries should include backoff #3207

cgwalters opened this issue Mar 1, 2024 · 1 comment
Labels
area/http Issues related to curl/soup bug enhancement

Comments

@cgwalters
Copy link
Member

Moving from https://pagure.io/releng/issue/11439#comment-898682

So, one thing I notice poking through the ostree code a bit - is there any backoff logic on the retries? I don't think there is. Would it potentially help if we gave ostree some backoff logic, like curl itself has - initial backoff of one second, then double on each retry?

@cgwalters cgwalters added bug enhancement area/http Issues related to curl/soup labels Mar 1, 2024
@cgwalters
Copy link
Member Author

In this, as we've done in the past I think we should check similar corresponding logic in other projects, like https://github.com/rpm-software-management/librepo/ and the containers/image stack etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/http Issues related to curl/soup bug enhancement
Projects
None yet
Development

No branches or pull requests

1 participant