stakevrun / db

GNU Affero General Public License v3.0
0 stars 0 forks source link

Lock work directory for commits #24

Open xrchz opened 3 months ago

xrchz commented 3 months ago

In case of concurrent requests on the API, we may need to use a lock to avoid our git checks failing due to dirty working directory. This issue is to investigate this potential problem and implement locking if needed (or another solution).