Open
Description
Presently, when the homepage view is opened, it will sometimes fetch new repository metadata from GitHub and update this information in the database.
When data is newly fetched, this is pretty slow. The question is: Do we want to run it separately?
Benefits of running it separately:
- the view will always run quickly (as long as the cronjob to refresh data runs)
Drawbacks of running it separately:
- more components that can break, more things to monitor
- might complicate dev setup if we don't do it properly -> the endpoint should still be able to refresh on its own if no data is available so contributors can open the homepage as they are used to without any extra setup