-
Notifications
You must be signed in to change notification settings - Fork 52
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
Timeouts when attempting to use vendir with a registry with a significant amount of tags #329
Comments
Here's the line where the naughtiness happens |
I started poking at this a bit today and noticed that when I change the reference above to 120 seconds from 30 seconds and then recompile vendir things do work for a But I couldn't come to a confident place of where the issue should be rectified:
|
+1, I think this is the most reasonable approach. |
What steps did you take:
When attempting to use a
vendir sync
from a repository with a significant number of files there will be timeouts with no way to handle them.With imgpkg natively you can use
--registry-response-header-timeout
, but that API isn't exposed here in vendir.What happened:
The sync will timeout.
What did you expect:
That as a user I could extend the timeout as long as I need to be able to make it so the request won't time out.
Environment:
vendir --version
): 0.35.0/etc/os-release
): MacOS (ARM)Example config
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.
The text was updated successfully, but these errors were encountered: