Tags: criteo/mesos-term
Tags
Relax constraint on chromedriver In travis, we can only use "stable" chrome version. We need to follow stable version of chrome for the chromedriver. At least we should avoid enforcing a constraint in package.json (it is still frozen because we commit package-lock) Change-Id: Ib9ed924f3e1275f65dc39c23bec45f744c2abf2d
Debuggability: Always return error to the user (#44) * Always return error to the user This improves debuggability since users are able to report the real error to mesos-term operators. Downside: some exceptions might reveal errors we prefer to hide. However, it does not show stacktrace, only a message. Change-Id: Idb6542c0cd9f4f0d6cc13f31f24dd14deb2fc719 * Log task detail on multiple running statuses This case happens in practice and it is hard to know if this is expected from mesos design (in this case we should deal with it) or if there is a bug in mesos. Change-Id: Ibffacdfc230dfa9f7f02e76633925bef5397b481
PreviousNext