Skip to content

Cache usage#350

Draft
Pavan-SAP wants to merge 2 commits intomainfrom
cacheUsage
Draft

Cache usage#350
Pavan-SAP wants to merge 2 commits intomainfrom
cacheUsage

Conversation

@Pavan-SAP
Copy link
Member

No description provided.

Enable concurrent reconciles for resources with the following defaults:
```
{
	CAPApplication:        1,
	CAPApplicationVersion: 3,
	CAPTenant:             10,
	CAPTenantOperation:    10,
	Domain:                1,
	ClusterDomain:         1,
}
```
This can be overridden using the corresponding env:
  "MAX_CONCURRENT_RECONCILES_CAP_APPLICATION",
  "MAX_CONCURRENT_RECONCILES_CAP_APPLICATION_VERSION",
  "MAX_CONCURRENT_RECONCILES_CAP_TENANT",
  "MAX_CONCURRENT_RECONCILES_CAP_TENANT_OPERATION",
  "MAX_CONCURRENT_RECONCILES_DOMAIN",
  "MAX_CONCURRENT_RECONCILES_CLUSTER_DOMAIN",

on the CAP Operator controller.
workqueue:
- custom rate limits for tenant, tenantops
queue:
- parallel reconciliation for version (3), tenant (10) & tenant operations (10).
@Pavan-SAP Pavan-SAP changed the base branch from main to tenantQueues March 5, 2026 10:55
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 5, 2026

@Pavan-SAP Pavan-SAP force-pushed the tenantQueues branch 5 times, most recently from 069ad91 to 4ba1ea8 Compare March 5, 2026 15:42
Base automatically changed from tenantQueues to main March 5, 2026 15:46
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.

1 participant