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

Closed EronWright closed 3 days ago

EronWright commented 4 days 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 4 days ago

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

pulumi-bot commented 3 days ago

Cannot close issue:

Please fix these problems and try again.

pulumi-bot commented 3 days ago

Cannot close issue:

Please fix these problems and try again.