metaflow-service icon indicating copy to clipboard operation
metaflow-service copied to clipboard

Fix: cache issues

Open saikonen opened this issue 3 years ago • 1 comments

  • Adds a check that tmpdir exists when launching workers, and creates the dir if it is missing. This fixes workers not being able to launch if for any reason the cache directory gets wiped.
  • Adds log cache process to the cache healthcheck monitoring, so it will correctly be restarted in case of issues.

saikonen avatar Jan 27 '22 19:01 saikonen

This fix is very much needed, the LogCacheStore tends to die after a while and the service requires a manual restart.

Could someone please review? @oavdeev @obgibson @jackie-ob

ruial avatar Jul 19 '22 07:07 ruial