When using -d to execute and specify the minimum space to run a job, I had a bug.
Steps:
- Running the executor with -d 500
- Space on the VM goes under 500 so no more jobs are picked up
- Freeing some space so the VM space goes over 500
- Some jobs are still marked as running, but the number of tasks is still at 0
It might be hard to reproduce.
When using -d to execute and specify the minimum space to run a job, I had a bug.
Steps:
It might be hard to reproduce.