MOE icon indicating copy to clipboard operation
MOE copied to clipboard

add healthcheck

Open suntzu86 opened this issue 10 years ago • 0 comments

MOE currently has no healthcheck, let's add one.

Things to consider:

  • pyramid multithreaded by default? don't want healthcheck to fail b/c machine is busy doing heavy optimization work
  • should health check import the C++ library (and maybe even call a DoNothing() fcn) to ensure that the import/linking is working properly? Extra overhead should be nothing.

suntzu86 avatar Dec 01 '14 07:12 suntzu86