-
Notifications
You must be signed in to change notification settings - Fork 609
feat: add support for maxConcurrentReconciles
#5678
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
Conversation
|
/test limit=local |
|
@armru, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/11101722194 |
|
/test limit=local |
|
@armru, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/11104754308 |
a6c2270 to
a0b897c
Compare
a6a2776 to
83cd57c
Compare
83cd57c to
40d50cc
Compare
40d50cc to
7e1817b
Compare
7e1817b to
d659b7a
Compare
maxConcurrentReconciles
|
/test tl=4 |
|
@gbartolini, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/12185922548 |
maxConcurrentReconcilesmaxConcurrentReconciles
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
60b5c38 to
7dca842
Compare
Support the
maxConcurrentReconcilesparameter for improved concurrency management, except for backup operations. By default, the value is set to 10, enabling the operator to handle larger deployments efficiently out of the box.This enhancement provides greater flexibility for tuning reconciliation behaviour to suit diverse workloads and deployment sizes.
Closes #5687