Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

0.9.192: agent: Report when container exits in healthchecks (#1202)

Compare
Choose a tag to compare
@davidxia davidxia released this 08 Jan 20:54
· 129 commits to master since this release
c8085d6
The `TaskMonitor` has logic to throttle a container if the container
restarts too frequently. Prior to this change, however, the throttling
logic is bypassed when a container exits during healthchecks, since in
that case we throw an exception. The `TaskRunner` should report the
container's exit, even if the container never reached "running".