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

Cache generated datasets #83

Open
fracpete opened this issue Oct 4, 2020 · 0 comments
Open

Cache generated datasets #83

fracpete opened this issue Oct 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fracpete
Copy link
Member

fracpete commented Oct 4, 2020

By adding a last_modified field to datasets and files, the backend can cache datasets that were requested for download.
When requested again, a simple check against the last_modified of the dataset will determine whether to re-generate or re-use (if outdated, the cached file should get removed to free up disk space).
A redirect could let web-server serve cached file.

@fracpete fracpete added the enhancement New feature or request label Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants