Skip to content

Commit

Permalink
markdown linting thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Feb 21, 2024
1 parent db9a162 commit 4274a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/events/projections/healthchecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4274a2f

Please sign in to comment.