pulumi / pulumi-kubernetes-operator

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

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

Closed EronWright closed 1 month ago

EronWright commented 1 month 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