Open Rub21 opened 3 months ago
@batpad do you have some ideas on how to handle the case of a wrong GZ file? Currently, we are monitoring if a minute replication file exists or not in the values.production.template.yaml. We basically check the sequence of files using the S3 API, but in the case of checking for malformed GZ files, we may need to download and check that file,
We encountered an issue that hasn’t occurred in the past: malformed GZ files were found in the planet minute replication at Planet OpenHistoricalMap. This caused the tiler and Overpass to stop working and updating the data.
Immediate Solution:
To temporarily solve the issue, I replaced the problematic file with an empty one. Below are the details:
Something important to highlight is the size of the malformed file is 12 MB, which is unusually large for a replication file.
cc. @batpad