Closed fine-lemur closed 4 months ago
This is intentional, as you can see from the commment here. @JaseZiv did recently update that workflow to run for all months. (We used to skip June and July.)
I think we could potentially just have the workflow run for all days in all months, but we'll have to be careful not to hit our GitHub usage limits.
Bigger picture, I'm not sure we ever intended the load_
functions to be relied upon so close to real time. I think the original inspiration was to (1) reduce the amount of crawlers that FBref had to deal with and (2) ease the pain of doing your own large backfills.
oh, looking here, it seems like you're already familiar with the scraping schedule.
my points still stand. i'll leave it to @JaseZiv to update the workflow schedule if he thinks that is best
@tonyelhabr is absolutely correct. This schedule was intentional for two reasons:
Also as Tony stated, the load_
functions we mainly designed for previous seasons. Use the current scraping functions if you want anything more up-to-date.
Thanks
Ok that's clear. Thanks
Expected behaviour:
worldfootballR::load_match_results will return data updated daily
Actual behaviour:
The cron that generates the backend cache appears to only run certain days, so midweek games are not included in the results