yp-engineering/mesos-runonce

Stream both stderr / out back from mesos

Closed this issue · 3 comments

Currently only stdout gets streamed back from mesos. Need to support streaming back of stderr as well and even if the task is not in a FINISHED state.

Seems like task states of RUNNING, STARTING, FAILED, and KILLED should do this.

3b25cd5 addresses this. @bhenderson, can you code review?