Skip to content

[SFS-1439] Allow concurrent reconciles #20

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

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

biancasilvavtex
Copy link
Contributor

No description provided.

@biancasilvavtex biancasilvavtex added the enhancement New feature or request label Sep 23, 2024
@biancasilvavtex biancasilvavtex self-assigned this Sep 23, 2024
Copy link

@biancasilvavtex biancasilvavtex marked this pull request as ready for review September 23, 2024 13:59
Comment on lines +66 to +69
"Enabling this will ensure there is only one active controller manager. ")
flag.IntVar(&maxConcurrentReconciles, "max-concurrent-reconciles", 1, "Define how many concurrent reconciles are allowed.")
flag.Float64Var(&qps, "qps", 5, "The maximum QPS to the master from the client used by this controller.")
flag.IntVar(&burst, "burst", 10, "The maximum burst for throttle.")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we're using the same default values that are defined in the controller-runtime.

Copy link
Contributor

@cezar-guimaraes cezar-guimaraes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@biancasilvavtex biancasilvavtex merged commit c7128ce into main Sep 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants