opentargets / issues

Issue tracker for Open Targets Platform and Open Targets Genetics Portal
https://platform.opentargets.org https://genetics.opentargets.org
Apache License 2.0
12 stars 2 forks source link

Metrics app requires full reboot to fetch new data #3167

Closed tskir closed 7 months ago

tskir commented 7 months ago

This is a limitation we have known for a long time — when a new file is uploaded to gs://otar000-evidence_input/release-metrics/, the only way to make the app fetch it is to perform a hard reboot.

This represents another point of friction which prevents us from operating the metrics app in a smooth, unattended way.

Some new caching functionality was added to Streamlit recently, which means we can finally change this behaviour.