diff --git a/agent/src/Handler/Apps.hs b/agent/src/Handler/Apps.hs index 4e5fc61eb..0a8ed916e 100644 --- a/agent/src/Handler/Apps.hs +++ b/agent/src/Handler/Apps.hs @@ -710,7 +710,6 @@ remapAppMgrInfo jobCache serverApps = flip $ ((, infoResVersion) <$> HM.lookup appId tmpStatuses) <|> (guard (not infoResIsConfigured || infoResIsRecoverable) $> (NeedsConfig, infoResVersion)) <|> (guard realViolations $> (BrokenDependencies, infoResVersion)) - <|> (guard (infoResStatus == Restarting) $> (Crashed, infoResVersion)) in ( status , version , infoRes