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

Add a "NonDisruptive" option to delay command execution #29

Closed
tmolenh opened this issue Jun 19, 2020 · 0 comments · Fixed by #33
Closed

Add a "NonDisruptive" option to delay command execution #29

tmolenh opened this issue Jun 19, 2020 · 0 comments · Fixed by #33
Assignees
Labels
enhancement New feature or request

Comments

@tmolenh
Copy link
Contributor

tmolenh commented Jun 19, 2020

On Azure Hosts (or any similar live system), we to need to avoid spiking CPU for an extended duration to avoid impacting the service. -BackgroundThreads 0 option will minimize the "magnitude" of CPU usage, so the only option is to spread the CPU usage over time. Adding a delay between command executions is one way to do this.

@tmolenh tmolenh self-assigned this Jun 19, 2020
@tmolenh tmolenh added the enhancement New feature or request label Jun 20, 2020
@tmolenh tmolenh changed the title Add option to delay command execution Add a "NonDisruptive" option to delay command execution Jun 26, 2020
@tmolenh tmolenh linked a pull request Sep 25, 2020 that will close this issue
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