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

helper: raise timeout to 2 seconds, try probing up to 3 times by default #2847

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Williangalvani
Copy link
Member

as the issue is hard to replicate, I'll be running this image for a while.
should fix #2846

@Williangalvani Williangalvani changed the title helper: raise timeout to 3 seconds, try probing up to 3 times by default helper: raise timeout to 2 seconds, try probing up to 3 times by default Jul 23, 2024
@@ -305,14 +305,18 @@ def simple_http_request(

@staticmethod
@temporary_cache(timeout_seconds=1) # a temporary cache helps us deal with changes in metadata
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should update the timeout as well

@joaoantoniocardoso
Copy link
Member

I think the retries should be implemented inside the Helper.simple_http_request instead

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

Successfully merging this pull request may close these issues.

extension probing sometimes fail, showing a 404 page
3 participants