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

(finish implementing) incremental-update of summaries #68

Closed
jeremyh opened this issue Jul 31, 2019 · 2 comments
Closed

(finish implementing) incremental-update of summaries #68

jeremyh opened this issue Jul 31, 2019 · 2 comments
Assignees

Comments

@jeremyh
Copy link
Collaborator

jeremyh commented Jul 31, 2019

Currently there's no easy way to update cubedash's product summaries once created.

There is a max_age when the spatial table is updated, but not when generating the summaries themselves, so they are skipped if they exist at all (in the get_or_update() function).

We should extend the generate command to allow updating summaries older than a certain age.

(this was never needed previously in the NCI instance as it has a freshly-cloned database every day)

Reported by @dunkgray, as this affected DEA Africa.

@whatnick whatnick assigned whatnick and alexgleith and unassigned whatnick Feb 26, 2020
@alexgleith
Copy link
Contributor

Fixed in: #84

@jeremyh
Copy link
Collaborator Author

jeremyh commented Aug 13, 2020

Reopening this — we only have a “force” option to force recreation of every summary, but I’d like to add real incremental updates.

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

No branches or pull requests

3 participants