galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
38 stars 36 forks source link

Disable to tool document cache to avoid race conditions #438

Closed ksuderman closed 11 months ago

ksuderman commented 11 months ago

There appear to be race conditions in the way the SqliteDict is being handled. Since the benefits of the cache are limited it is probably easier to just disable it.

Closes #406