Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the "max reconciles" for each controller #721

Closed
EronWright opened this issue Oct 17, 2024 · 3 comments
Closed

Update the "max reconciles" for each controller #721

EronWright opened this issue Oct 17, 2024 · 3 comments
Assignees
Labels
kind/task Work that's part of an ongoing epic needs-triage Needs attention from the triage team resolution/fixed This issue was fixed

Comments

@EronWright
Copy link
Contributor

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

@EronWright EronWright converted this from a draft issue Oct 17, 2024
@cleverguy25
Copy link

Added to epic #586

@pulumi-bot

This comment has been minimized.

@github-project-automation github-project-automation bot moved this from In Progress to Done in Pulumi Kubernetes Operator v2 Oct 18, 2024
@EronWright EronWright added the kind/task Work that's part of an ongoing epic label Oct 18, 2024
@pulumi-bot pulumi-bot reopened this Oct 18, 2024
@pulumi-bot

This comment has been minimized.

@EronWright EronWright self-assigned this Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Work that's part of an ongoing epic needs-triage Needs attention from the triage team resolution/fixed This issue was fixed
Projects
No open projects
Status: Done
Development

No branches or pull requests

3 participants