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.
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