Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor Airtable backed data

johndbritton opened this issue · comments

Caching the data from Airtable hasn't worked as well as we had hoped. Some ideas for improvement:

  1. Cache data for a period of time, but always keep the last data received around so that we can use it in the case that the API is down
  2. Create Rails models and keep them up to date in the background

Caching improved, reliance on Airtable reduced. Considering this done for now.