From 4274a2f2319213bff6b720572135e79a9aaee366 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Wed, 21 Feb 2024 10:52:42 -0600 Subject: [PATCH] markdown linting thing --- docs/events/projections/healthchecks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/events/projections/healthchecks.md b/docs/events/projections/healthchecks.md index 835de7de7a..638aa57cf1 100644 --- a/docs/events/projections/healthchecks.md +++ b/docs/events/projections/healthchecks.md @@ -43,6 +43,7 @@ It's unhealthy, because the projection haven't progressed since last healthcheck ### Example use case #2 Assuming that `maxEventLag` = `100` and `maxSameLagTime` = `TimeSpan.FromSeconds(30)`: + - `HighWaterMark` is 1000 and async projection was processed to sequence number 850 at 2024-02-07 01:30:00 -> 'Healthy' - `HighWaterMark` is 1000 and async projection was processed to sequence number 851 at 2024-02-07 01:30:30 -> 'Healthy'