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

shield_io_timeout being used for retry wait time #67

Closed
jkirchner opened this issue Mar 23, 2018 · 1 comment
Closed

shield_io_timeout being used for retry wait time #67

jkirchner opened this issue Mar 23, 2018 · 1 comment

Comments

@jkirchner
Copy link

If you include a timeout parameter for the shield IO, it is currently being used for the retry time instead of the timeout.

In the attached screenshot you can see that I passed in a value of 300 (5 minutes) for the timeout parameter, but it is being used for the retry time instead.

badge_error

@HazAT
Copy link
Owner

HazAT commented Nov 27, 2018

It's used for both 😅
Ideally, this should never occur but shield.io sometimes is very flakey, the second request is usually cached and almost instant.
Closing this since I do not really want to add a new option just for this "rare" case.

@HazAT HazAT closed this as completed Nov 27, 2018
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

No branches or pull requests

2 participants