Paas: Provision throttling.
The opening of Clever Runner to the whole of foss.h.n today led to way too many jobs starting at the exact same time.
This is a different problem than the number and footprint of jobs running in parallel: it's really about not overloading the provisioning system itself. Once a VM is fully started, it should be ok.
The best would be to limit the number of jobs not fully started per runner. A way to do that could be to query the coordinator and wait for logs in the job trace, as these would be appended by the heptapod-runner
executable from inside the PAAS Resource (the VM).
Edited by Georges Racinet