Is it possible to limit concurrent tasks?
We use a large spinning disk as archive and it becomes really slow when the prune / gc / sync / verify jobs run at the same time.
It would be nice when these tasks can be run sequentially: if a task is already running, wait until its finished and then start the next one.
We use a large spinning disk as archive and it becomes really slow when the prune / gc / sync / verify jobs run at the same time.
It would be nice when these tasks can be run sequentially: if a task is already running, wait until its finished and then start the next one.