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

add maxConcurrentCanaries flag to limit concurrent progressing canaries #1568

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

louishalbritter
Copy link

This adds a flag to limit concurrent progessing canaries to avoid high requests of resources at once.

The flag will not take effect if set to "0", which is default.

Closes #1069

@stefanprodan
Copy link
Member

Please rebase with main and force push instead of merging, this PR should have a single commit.

@louishalbritter louishalbritter force-pushed the limit-concurrent-canaries branch 2 times, most recently from 365fa1d to 5dd58b7 Compare February 8, 2024 12:29
This adds a flag to limit concurrent progessing canaries to avoid high
requests of resources at once.

The flag will not take effect if set to "0", which is default.

Closes fluxcd#1069

Signed-off-by: Louis Halbritter <halbritter@posteo.de>

chore: update Helm default values and README

Signed-off-by: Louis Halbritter <halbritter@posteo.de>
cyc0l4b and others added 10 commits April 5, 2024 09:51
Signed-off-by: cyc0l4b <cyc0l4b@proton.me>
Signed-off-by: sopida-chotwanwirach <sopida.chotwanwirach@offerup.com>
Signed-off-by: sopida-chotwanwirach <sopida.chotwanwirach@offerup.com>
Signed-off-by: Henry Tam <Henry.Tam@anz.com>
…inationRule instead of v1alpha1

Signed-off-by: Benoit Gaillard <benoit.gaillard@continental-corporation.com>
Bumps the ci group with 1 update: [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator).


Updates `slsa-framework/slsa-github-generator` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](slsa-framework/slsa-github-generator@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
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.

Limit concurrent processing canaries
6 participants