coreos / fedora-coreos-cincinnati

Backend for Fedora CoreOS auto-updates (Cincinnati server)
Other
11 stars 16 forks source link

graph-builder: introduce scopes and cache graphs for each basearch #53

Closed lucab closed 2 years ago

lucab commented 2 years ago

This reworks the scraping and caching logic in order to split cached graphs according to their scope. Previously each scraper was only aware of its stream, while now it accounts for the whole graph scope (basearch plus stream).

Closes: https://github.com/coreos/fedora-coreos-cincinnati/issues/50