VEuPathDB / EdaSubsettingService

A REST service to provide data and subsetting in the Exploratory Data Analysis Workspace
Apache License 2.0
0 stars 0 forks source link

Implement background process to invalidate metadata cache when underlying data is changed #99

Closed dmgaldi closed 1 year ago

dmgaldi commented 1 year ago

Overview,

Currently, EDA study data is only refreshed in dev/qa environments. When data is refreshed, there is not a mechanism to invalidate out of date cache entries. Since this only happens in non-prod environments, it hasn't been an issue. With the QO, data will be reloaded in production.

Acceptance Criteria