criteo / cluster-pack

A library on top of either pex or conda-pack to make your Python code easily available on a cluster
Apache License 2.0
45 stars 21 forks source link

Fix race condition for zip upload #110

Open j-rf opened 1 year ago

j-rf commented 1 year ago

Put operation is not atomic, leading to a race condition when writing a pex file. Switching to a put to temporary folder and move operation.