AstroDigital / modis-ingestor

Scripts and other artifacts for MODIS data ingestion into Amazon public hosting.
MIT License
14 stars 2 forks source link

Handle LP-DAAC being down #28

Open matthewhanson opened 7 years ago

matthewhanson commented 7 years ago

If LPDAAC is down (Wednesdays), and we happen to be processing data, we need to gracefully exit, but also be able to resume sooner than waiting for the next scheduled time in the crontab.

matthewhanson commented 7 years ago

This is to be handled by performing regular gap-filling: a cron job that checks scene index files exist for every day of data that is expected, and processes any days that are missing.