radiocosmology / alpenhorn

Alpenhorn is a service for managing an archive of scientific data.
MIT License
2 stars 1 forks source link

fix(_default_asyncs): fix race condition when making new directories #181

Closed ljgray closed 4 months ago

ljgray commented 4 months ago

Multiple threads can try to create the same directory, which created a race condition between checking for the existance of a directory and actually trying to make it