You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
If jobs for a new project (that hasn't been bootstrapped yet) happen to arrive at the same time, one of the (2) calls to BootstrapProject() might fall due to an "directory exists" error.
We could introduce some locking when bootstrapping a project.
The text was updated successfully, but these errors were encountered:
If jobs for a new project (that hasn't been bootstrapped yet) happen to arrive at the same time, one of the (2) calls to
BootstrapProject()
might fall due to an "directory exists" error.We could introduce some locking when bootstrapping a project.
The text was updated successfully, but these errors were encountered: