Creating multiple bundle lists at once sends an asynchronous request per BL to the server. The server, in handling the second one (and probably subsequent ones) will frequently not be able to call git commit because the git process for the first bundle list is still running and locks the repo.
This results in an error message printed to the user ('error commiting to git repo' or sth alike).
In gitlab by @MJochim on Nov 11, 2016, 23:44
Creating multiple bundle lists at once sends an asynchronous request per BL to the server. The server, in handling the second one (and probably subsequent ones) will frequently not be able to call
git commit
because the git process for the first bundle list is still running and locks the repo.This results in an error message printed to the user ('error commiting to git repo' or sth alike).