Don't return early after re-running checks after startup grace period

Closes #1600

(cherry picked from commit 06464d720c0d31c22865629062d6da0911d2a01f)
This commit is contained in:
Mark McDowall 2022-03-20 00:21:07 -07:00 committed by Qstick
parent a18bbeee5a
commit 8b9cada59e

View file

@ -162,8 +162,6 @@ public void HandleAsync(IEvent message)
}
_isRunningHealthChecksAfterGracePeriod = false;
return;
}
IEventDrivenHealthCheck[] checks;