Skip to content

Commit 28863b3

Browse files
giulio93lucarin91
andauthored
Update internal/orchestrator/status.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent acba544 commit 28863b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/orchestrator/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func StatusFromDockerState(s container.ContainerState, statusMessage string) Sta
4646
return StatusStopped
4747
case container.StateExited:
4848
if !isExitBySignal(statusMessage) {
49+
// The app exited on its own, which we consider a failure.
4950
return StatusFailed
5051
}
5152
return StatusStopped

0 commit comments

Comments
 (0)