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 #721

Closed EronWright closed 1 month ago

EronWright commented 1 month ago

The Workspace and Update controllers have blocking operations in their loops; they connect and invoke RPC operation(s). Therefore we should increase the number of concurrent reconciles. Meanwhile, the Stack controller is now non-blocking and so should be decreased; in v1 it had blocking operations.

suggested: 25, 25, 10

cleverguy25 commented 1 month ago

Added to epic https://github.com/pulumi/pulumi-kubernetes-operator/issues/586

pulumi-bot commented 1 month ago

Cannot close issue:

Please fix these problems and try again.

pulumi-bot commented 1 month ago

Cannot close issue:

Please fix these problems and try again.