ESPRI-Mod / synda

ESGF Downloader (this is a deprecated repository, the tool has now moved to https://github.com/ESGF/esgf-download)
https://espri-mod.github.io/synda/
21 stars 11 forks source link

Retry for just one data node (or a few) #144

Closed painter1 closed 4 years ago

painter1 commented 4 years ago

This change lets you limit the scope of "synda retry", e.g. "synda retry esgf-data2.diasjp.net" or "synda retry dias" (*). This is useful if there are a large number of 'error' files and you only want a few of them. For example, when one data node went down and came back up, you only want to retry its 'error' files.

(*) "synda retry [arbitrary SQL expression]" is supported but not encouraged. A partial data node name with a dot, e.g. "synda retry diasjp.net" is not supported.

AtefBN commented 4 years ago

Merged, thanks Jeff!