A typical use case for the queue parameters is handling an expected bulk of jobs that have to job-dependencies for each other. There we can allow lots of jobs to run in parallel and, so save effort, not track their changes. Afterwards, we set the paramters back to the default. In this last step, it is often desirable to quickly realise that the burst is over and go back to normal scheduling instead of waiting to do the regular inspection of all jobs.
Klaus Aehlig (4): Ignore "Use ||" Change of run queue length is also a reason to reschedule Export updateStatusAndScheduleSomeJobs On scheduler changes, re-evaluate job status Makefile.am | 1 + src/Ganeti/JQScheduler.hs | 18 +++++++++++++----- src/Ganeti/Query/Server.hs | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) -- 2.2.0.rc0.207.ga3a616c
