MOE
MOE copied to clipboard
add healthcheck
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.