ua-snap/fire-tally

Ensure app is auto-updating with new daily tally data

Closed this issue · 1 comments

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).

Resolved with Beaker, which will invalidate cache every (configurable) amount of time and fetch new results. This works!