User Story
In order to avoid a complicate report taking too long to generate or even timing out when user is visiting the report, data.gov admins want a way to always serve cached data to report requests.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
Background
#4116
#4018
Security Considerations (required)
None
Sketch
We'll plan to fork ckanext-report, make the changes, and then try to push upstream.
User Story
In order to avoid a complicate report taking too long to generate or even timing out when user is visiting the report, data.gov admins want a way to always serve cached data to report requests.
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
WHEN a report is requested from the web UI
THEN the report is always served from the cached data.
WHEN a command is issued via CLI or API call
THEN the report is showing the latest data.
Background
#4116
#4018
Security Considerations (required)
None
Sketch
We'll plan to fork ckanext-report, make the changes, and then try to push upstream.