priority plugin: implement custom configuration for factor weights #128
Labels
improvement
Upgrades to an already existing feature
medium priority
items that should be worked on but are not urgent
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.The text was updated successfully, but these errors were encountered: