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

Gateway timeout if too many tags (thousands) #17

Open
VAdamec opened this issue Feb 23, 2018 · 1 comment
Open

Gateway timeout if too many tags (thousands) #17

VAdamec opened this issue Feb 23, 2018 · 1 comment

Comments

@VAdamec
Copy link

VAdamec commented Feb 23, 2018

Is it possible to use longer wait times ? Seems that it fails when there are two many of them (thousands).

$GOPATH/bin/deckschrubber -dry -registry https://test-registry.example.com:5000 -repo 'test/test-redis' -day 1 -repos 100 -debug
DEBU[0005] Successfully created repository object.       repo=test/test-redis
FATA[0035] Couldn't fetch tags! (err: received unexpected HTTP status: 504 Gateway Time-out)  repo=test/test-redis
@yan-foto
Copy link
Member

yan-foto commented Mar 1, 2018

That is a very good point. Since we are using the Docker API, we need to find an elegant solution to change the underlying HTTP client. I might not have enough time to do the research though.

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

No branches or pull requests

2 participants