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

Limit concurrent node execs #396

Closed
HeavyWombat opened this issue Jun 17, 2021 · 0 comments · Fixed by #398
Closed

Limit concurrent node execs #396

HeavyWombat opened this issue Jun 17, 2021 · 0 comments · Fixed by #398
Labels
enhancement New feature or request

Comments

@HeavyWombat
Copy link
Member

Describe the bug
With clusters having a lot of nodes, it can be that the cluster returns a series of warning with regards to throttling of requests due to the high number of parallel requests.

To Reproduce
Steps to reproduce the behavior:

  1. Go to cluster with a lot of nodes
  2. Run havener ne all -- ...

Expected behavior
Although this is fine how it is, the tool could be improved by limiting the number of parallel tasks to reduce load on the Kubernetes cluster.

Screenshots
n/a

Additional context
n/a

@HeavyWombat HeavyWombat added the enhancement New feature or request label Jun 17, 2021
HeavyWombat added a commit that referenced this issue Jun 17, 2021
Fixes #396

Add `--max-parallel` flag to define the maximum number of parallel tasks.
HeavyWombat added a commit that referenced this issue Jun 17, 2021
Fixes #396

Add `--max-parallel` flag to define the maximum number of parallel tasks.
HeavyWombat added a commit that referenced this issue Jun 18, 2021
Fixes #396

Add `--max-parallel` flag to define the maximum number of parallel tasks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant