The caching of apps_meta.json is already enabled employing requests_cache package, however we want to have something as lazy caching. If the repository server gets down, the caching machinery should return the cached information first and later update the cache in the background.
The caching of
apps_meta.json
is already enabled employing requests_cache package, however we want to have something as lazy caching. If the repository server gets down, the caching machinery should return the cached information first and later update the cache in the background.