Upon running a SNAP graph, we get errors like this:
WARNING: eu.esa.sar.orbits.io.sentinel1.OrbitFileScraper: Unable to connect to http://step.esa.int/auxdata/orbits/Sentinel-1/POEORB/S1A/2018/01/: Read timed out
Trying again later solved the issue.
When digging in the code, it looks like there is no retry in the getRemoteHttpFile method.
Would it make sense to add it there? With exponential backoff for example. As a temporary workaround we could automatically re-launch the GPT call, but that would waste a lot of compute.
We run on snap version 12.
(Internal ticket)
Greetings,
Emile Sonneveld