SciCrunch / scibot

curation workflow automation and coordination
Apache License 2.0
41 stars 12 forks source link

memoizer is not thread/process aware #24

Open tgbugs opened 5 years ago

tgbugs commented 5 years ago

When running dashboard under gunicorn each thread will listen an memoize on the websocket.

tgbugs commented 5 years ago

Sometimes this manifests as all 4 workers memoizing, other times it manifests as 1 work's view of annos not being updated properly.