Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apps: clear caches only if their version changes #1439

Open
sohkai opened this issue Jun 9, 2020 · 0 comments
Open

Apps: clear caches only if their version changes #1439

sohkai opened this issue Jun 9, 2020 · 0 comments
Assignees

Comments

@sohkai
Copy link
Contributor

sohkai commented Jun 9, 2020

Should be done with aragon/aragon.js#400.

When we start an app via @aragon/wrapper, it should also mark the running app's aragonPM version in a local database. On future runs, it should double check that if it's still using the same version and clear the app's cache if not.

This will allow us to clean up the current local database clean up mechanism, which is not granular enough (apps may change state models between of their independently published versions).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants