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

Gracefully handle studies visible in dataset access service that are missing from the database #95

Closed dmgaldi closed 1 year ago

dmgaldi commented 1 year ago

Overview

We've been running into issues in dev in which studies are being re-installed, causing them to be removed from the database. This causes all visualization plugins to crash, since they depend on this endpoint.

We're losing out on a bit of validation, but it seems reasonable to not crash in this case. Maybe a metric + alert in prod would be helpful here?