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

priority plugin: implement custom configuration for factor weights #128

Closed
cmoussa1 opened this issue Jun 30, 2021 · 1 comment
Closed
Assignees
Labels
improvement Upgrades to an already existing feature medium priority items that should be worked on but are not urgent

Comments

@cmoussa1
Copy link
Member

PR #122 adds a new multi-factor priority plugin that takes each factor and multiplies it by some weight, where the larger the weight, the more important the factor. Currently, the factors in the priority plugin are a set weight inside the calculation function and cannot be changed.

It would probably make sense to be able to define/configure these weights somewhere else where the calculation function could read from, similar to slurm.conf, where weights for different factors can be customized.

@cmoussa1 cmoussa1 added the improvement Upgrades to an already existing feature label Jun 30, 2021
@cmoussa1 cmoussa1 self-assigned this Jun 30, 2021
@cmoussa1 cmoussa1 changed the title plugin: implement custom configuration for factor weights priority plugin: implement custom configuration for factor weights Jul 28, 2021
@cmoussa1 cmoussa1 added the medium priority items that should be worked on but are not urgent label Aug 3, 2021
@cmoussa1
Copy link
Member Author

This should be fixed by #295, so I think I can safely close this now. Can re-open if more specific issues arise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Upgrades to an already existing feature medium priority items that should be worked on but are not urgent
Projects
None yet
1 participant