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

[backport v2.10] Make MaxConcurrentReconciles configurable for Agents #3121

Open
rancherbot opened this issue Dec 4, 2024 · 0 comments
Open

Comments

@rancherbot
Copy link
Collaborator

This is a backport issue for #2915, automatically created via GitHub Actions workflow initiated by @manno

Original issue body:

Currently it's possible to configure the maximum number of reconciles (workers) for some controllers.

It should also be possible to configure it for these controller:

  • the agent
  • imagescan
  • cluster
  • clustergroup

What are good defaults? A value of 1 will process events in sequence and avoid conflicts when updating resources. The wrangler-based implementation used 50, however it's unclear if queues behave the same. How do the operators behave with e.g. 2000 goroutines per reconciler? To which degree does it affect memory consumption?

see https://github.com/rancher/fleet/pull/2897/files

@rancherbot rancherbot added this to the v2.10.2 milestone Dec 4, 2024
@rancherbot rancherbot added this to Fleet Dec 4, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in Fleet Dec 4, 2024
@manno manno moved this from 🆕 New to 📋 Backlog in Fleet Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants