Skip to content

S1Tiling stops after a failed download

Sometimes, a failure occurs during downloading. (seen on GEODES)

Then S1Tiling stops and returns an exit code (67). No retry is done.

The code should pass to the next continue the processing, rather than stopping.

INFO - Downloading images related to ['21NTB'] took 512.095347sec
DEBUG - Download error intercepted: Error sending result: 'Failed to download EOProduct(id=S1B_IW_GRDH_1SDV_20200623T094541_20200623T094616_022159_02A0F2_0CD1, provider=geodes): ('Connection broken: IncompleteRead(733184000 bytes read, 699672997 more expected)', IncompleteRead(733184000 bytes read, 699672997 more expected))'. Reason: 'ChunkedEncodingError(ProtocolError('Connection broken: IncompleteRead(733184000 bytes read, 699672997 more expected)', IncompleteRead(733184000 bytes read, 699672997 more expected)))'
DEBUG - instanciate_all inputs took 512.096383sec
DEBUG - Prepare inputs took 512.096432sec
DEBUG - Generating tasks took 512.096474sec
INFO - Processing of tile 21NTB took 512.097878sec
INFO - Stopping worker at tcp://127.0.0.1:40483. Reason: nanny-close
2025-07-28 10:15:28,206 - distributed.worker - INFO - Stopping worker at tcp://127.0.0.1:40483. Reason: nanny-close
INFO - Stopping worker at tcp://127.0.0.1:37903. Reason: nanny-close
2025-07-28 10:15:28,206 - distributed.worker - INFO - Stopping worker at tcp://127.0.0.1:37903. Reason: nanny-close
INFO - Removing Worker plugin shuffle
Edited by Thierry Koleck