cmu-delphi / covidcast-indicators

Back end for producing indicators and loading them into the COVIDcast API.
https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html
MIT License
12 stars 17 forks source link

Patch issue 20240818 for doctor-visits #2028

Closed minhkhul closed 1 month ago

minhkhul commented 1 month ago

Context

August 18th 2024 doctor-visits indicator run did not happen on that date because the source file for that date came way later than usual, so by the time we set the pipeline to start, there's no source data to extract yet: https://cronicle-prod-01.delphi.cmu.edu/#JobDetails?id=jm004ktxnkz. The source file did come later as shown on the ftp server as following:

sftp> ls -al *20240818*
-rwxrwxrwx    ? 0        0        101189386 Aug 19 04:09 EDI_AGG_INPATIENT_20240818_0250CDT.csv.gz
-rwxrwxrwx    ? 0        0        347686272 Aug 19 04:15 EDI_AGG_OUTPATIENT_20240818_0250CDT.csv.gz

And there's no problem like that on 19th and 20th run, so it seems like the problem happened only once.

TODO Patch issue 20240818 for doctor-visits.