OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
266 stars 136 forks source link

Clear Server Cache goes to a dead endpoint #2847

Open chrisknoll opened 1 year ago

chrisknoll commented 1 year ago

Expected behavior

Clicking clear server cache in configuration screen should result in work being done.

Actual behavior

Call returns a 404 in the console.

Steps to reproduce behavior

  1. Log into Atlas
  2. Go to configuration screen
  3. click Clear Server Cache
  4. Observe 404 in console.
chrisknoll commented 1 year ago

I think this button was a leftover from when encache was removed.

I don't think i see a UI element that goes to /sources/refresh so I was thinking that this button could be reclaimed to do this.

chrisknoll commented 1 year ago

Other option is that we can clear achilles_cache and cdm_cache with this button.

konstjar commented 1 year ago

I like the last proposal