Ensure app is auto-updating with new daily tally data
Closed this issue · 1 comments
brucecrevensten commented
I'm unclear how often the Flask container on Elastic Beanstalk will attempt to fetch the data. Need to ensure this is done regularly (every ~8 hours or so).
brucecrevensten commented
Resolved with Beaker, which will invalidate cache every (configurable) amount of time and fetch new results. This works!