theoway / goes-16

0 stars 1 forks source link

Bug- When pipeline is interrupted/fails during execution, on next run, it throws errors. #7

Closed theoway closed 11 months ago

theoway commented 11 months ago

When pipeline is interrupted/fails during execution, the *.nc/*.tif files are not deleted from DATA. Due to their presence in next run, the pipeline fails. I manually fix this by deleting old downloaded *.nc files from root of DATA. The pipeline then successfully runs.

Fix- Make sure to handle any exception and in it, delete these files.