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

allow for configurable max reconciliation concurrency #17

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

jubrad
Copy link
Contributor

@jubrad jubrad commented Feb 29, 2024

Problem

There are some cases when we don't want unbound concurrency when reconciling objects. This could be because we want to avoid external rate limits, intentionally serialize reconciliation, or to avoid some temporary resource limits.

Solution

This allows us to add a new constant to tune this on the Context structs, which will default to 0, unbound, concurrency.

@jubrad jubrad merged commit a0ac4e9 into main Feb 29, 2024
3 checks passed
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.

2 participants