Skip to content

Commit

Permalink
updated doc as per coderabbitai suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankumar-grootan authored Jul 12, 2024
1 parent 4d7a252 commit ed5d118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/middleware/healthcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: healthcheck

# Health Check

Liveness, readiness and startup probes middleware for [Fiber](https://github.com/gofiber/fiber) that provides three endpoints for checking the liveness, readiness and startup state of HTTP applications.
Liveness, readiness and startup probes middleware for [Fiber](https://github.com/gofiber/fiber) that provides three endpoints for checking the liveness, readiness, and startup state of HTTP applications.

## Overview

Expand All @@ -16,7 +16,7 @@ Liveness, readiness and startup probes middleware for [Fiber](https://github.com
- **Default Endpoint**: `/readyz`
- **Behavior**: By default returns `true` immediately when the server is operational.

- **Startup Probe**: Assesses if the application is ready to handle requests.
- **Startup Probe**: Checks if the application has completed its startup sequence and is ready to proceed with initialization and readiness checks.
- **Default Endpoint**: `/startupz`
- **Behavior**: By default returns `true` immediately when the server is operational.

Expand Down

0 comments on commit ed5d118

Please sign in to comment.