The queuing currently does allow multiple threads to be handled in parallel, but they influence each other, leading to high error rates when more than about two run in parallel. So I suppose it would be good to limit the number of parallel threads or to sort out the queuing otherwise.
With the current setup , finishing a batch often requires multiple restarts and manual check-ins about whether the state of the queue would even allow for a restart.
The queuing currently does allow multiple threads to be handled in parallel, but they influence each other, leading to high error rates when more than about two run in parallel. So I suppose it would be good to limit the number of parallel threads or to sort out the queuing otherwise.
With the current setup , finishing a batch often requires multiple restarts and manual check-ins about whether the state of the queue would even allow for a restart.