glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

make default glidein_config robust to parallel updates #166

Closed mambelli closed 2 years ago

mambelli commented 2 years ago

Made glidein_config more robust to parallel updates. It will never be inconsistent but can still miss (not record) some updates done in parallel. This is a transitional step, the next one, to make the process even more robust, will change the glidien_config format so it needs all the custom scripts to use the provided functions to save and retrieve attributes.

The documentation and the project changelog have been updated as well