Files
nomad/client/allocrunner/taskrunner
Michael Schurter 05bae8d149 client: restart task on logmon failures
This code chooses to be conservative as opposed to optimal: when failing
to reattach to logmon simply return a recoverable error instead of
immediately trying to restart logmon.

The recoverable error will cause the task's restart policy to be
applied and a new logmon will be launched upon restart.

Trying to do the optimal approach of simply starting a new logmon
requires error string comparison and should be tested against a task
actively logging to assert the behavior (are writes blocked? dropped?).
2019-02-25 15:42:45 -08:00
..
2019-01-08 09:11:47 -05:00
2019-01-29 14:07:55 -08:00
2019-02-04 11:07:57 -08:00