OpenAstronomy/baldrick

remove or improve the config cache

Closed this issue · 4 comments

The config cache is a permanent cache which is never invalidated. Therefore the only way for a repo to update its cache is to have the app redeployed. This is no good at all!!

Rather than the fix in #15 we should just use this https://pypi.org/project/expiringdict/#description

Looks like this is a more up to date fork

@Cadair - this can be closed, right?