datasets / covid-19

Novel Coronavirus 2019 time series data on cases
https://datahub.io/core/covid-19
1.16k stars 604 forks source link

Dataset missing yesterday's data? #82

Closed ianstormtaylor closed 4 years ago

ianstormtaylor commented 4 years ago

It looks like the upstream repository added data for June 9th around 12 hours ago, but the last time the cron script ran was 16 hours ago. Looking through the source it seems like it should be running every 6 hours currently, but it isn't?

Is there any way to get the script to re-run? Or better yet to reduce the interval to ~3 hours instead (still slow enough that it shouldn't be a problem resource-wise I'd think).

Thanks!

For context, I'm using the dataset in this visualization.

sglavoie commented 4 years ago

Thank you @ianstormtaylor for reporting this. We have pushed a simple fix: the dataset will be updating every 3 hours as suggested and the processing will timeout if there's any issue so that updates should be added more quickly and also re-run more frequently.

We are sorry for the inconvenience this is causing to you and many others. This should now be working as expected: the dataset is currently in the process of updating again.

Please let us know if you face additional issues in the near future! :+1:

ianstormtaylor commented 4 years ago

No worries at all, thanks for the quick reply and fix!