Hello,
There is something I don't understand in priority's multifactor plugin. I
thought function "priority_p_set" is the one that is called every time to
get updated priority, but then there is this line:
debug2("initial priority for job %u is %u", job_ptr->job_id, priority);
So every time this function is called, I would see in my debug2 log the
word "initial", as if this function would only be called once initially.
Actually, when I go to the debug2 log, I see this message only once per
job. Besides, age factor is always zero (even thought I have it's weight
set to 1000000 or more).
So, ¿could someone please explain me how exactly this plugin works?
Regards,
Miguel