Kitware / cumulus

A REST API for creating and using cloud clusters
Apache License 2.0
27 stars 9 forks source link

Fix assetstore creation when multiple tasks are running #358

Closed alesgenova closed 4 years ago

alesgenova commented 4 years ago

If multiple taskflows are running at the same time, and the cluster doesn't yet have an associated assetstore, there is a possibility for more than one task to try and create an assetstore with the same name, causing an exception.

Fixes: https://github.com/OpenChemistry/openchemistrypy/issues/80