IPS-LMU / emuDB-manager

The emuDB Manager is a web front-end for research groups to create and store EMU speech databases and coordinate their work.
MIT License
4 stars 1 forks source link

GIT problem when creating multiple bundle lists at once #21

Open MJochim opened 7 years ago

MJochim commented 7 years ago

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).

MJochim commented 7 years ago

In gitlab by @MJochim on Nov 11, 2016, 23:45

Milestone removed