aiidalab / aiidalab-home

AiiDAlab Home App
MIT License
5 stars 9 forks source link

Lazy url request #25

Closed yakutovicha closed 5 years ago

yakutovicha commented 5 years ago

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.