You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: