pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
222 stars 55 forks source link

Update the "max reconciles" for each controller to 25 #724

Closed EronWright closed 3 days ago

EronWright commented 3 days ago

Proposed changes

Use 25 by default to facilitate the blocking operations in the auto API, and support the MAX_CONCURRENT_RECONCILES environment variable.

Related issues (optional)

Closes #721