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

Support spawn setting of 0 to mean number of cpus #2711

Merged
merged 2 commits into from
Apr 17, 2024

Commits on Apr 10, 2024

  1. Support spawn-per-cpu setting to scale the number of workers to numbe…

    …r of cpus
    
    When setting up the agent config some setups may not have the number of
    CPUs available but want to spawn one worker per CPU, --spawn-per-cpu 1
    will do this. We can even do more than 1-per-cpu if this host is meant
    for light weight/io bound tasks for example.
    
    Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
    mmlb committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    46db946 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Fix typo

    dabarrell committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    53675a3 View commit details
    Browse the repository at this point in the history