NOAA-GSL / pygraf

ADB's Python graphics package
MIT License
10 stars 11 forks source link

Use random strings in tmp file names. #134

Closed christinaholtNOAA closed 2 years ago

christinaholtNOAA commented 2 years ago

When running in real time, we run several jobs simultaneously, split over subdomains in unpredictable ways.

Add a random string to the temporary file names to create thread safety.