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

feat: Bypass Docker Hub rate limits, by prioritize docker updates #73

Merged
merged 2 commits into from
Jun 9, 2023

Conversation

MaxymVlasov
Copy link
Contributor

Put an x into the box if that applies:

  • This PR introduces breaking change.
  • This PR fixes a bug.
  • This PR adds new functionality.
  • This PR enhances existing functionality.

Description of your changes

Docker API rate limits prevent the creation PRs of any kind of updates, which can block update flow for the whole repo for hours if any docker-related update is available.

To avoid this, we simply update all Docker-specific updates on Monday, and process all other updates (including Docker updates too) on Tuesday.

How was it tested

During a few months in our infra repo.

How I can see from our huge infra repo with about ~15 docker-related deps, mainly located in the regex manager with a few deps from the docker manager, that construction works pretty nice

@MaxymVlasov MaxymVlasov requested a review from a team as a code owner June 7, 2023 12:09
@MaxymVlasov MaxymVlasov merged commit 474c1bd into main Jun 9, 2023
3 checks passed
@MaxymVlasov MaxymVlasov deleted the feat/docker_api branch June 9, 2023 19:41
github-actions bot pushed a commit that referenced this pull request Jun 9, 2023
# [2.2.0](v2.1.1...v2.2.0) (2023-06-09)

### Features

* Bypass Docker Hub rate limits, by prioritize docker updates ([#73](#73)) ([474c1bd](474c1bd))
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.

None yet

1 participant