We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing the following issue
cli | 2024/11/21 00:43:15 pulling image: ghcr.io/dependabot/dependabot-updater-npm cli | 2024/11/21 00:43:15 updater failure: failed to pull ghcr.io/dependabot/dependabot-updater-npm: Error response from daemon: toomanyrequests: retry-after: 880.092µs, allowed: 44000/minute
We should be able to catch this error and use the retry-after header to sleep and retry:
retry-after
cli/internal/infra/run.go
Lines 549 to 552 in 4e7612f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm seeing the following issue
We should be able to catch this error and use the
retry-after
header to sleep and retry:cli/internal/infra/run.go
Lines 549 to 552 in 4e7612f
The text was updated successfully, but these errors were encountered: