Skip to content

Commit

Permalink
docs: add interval defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkirchberger committed Aug 25, 2023
1 parent 47eeb60 commit a4d03b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pip install fastapi-health-monitor

This example shows a FastAPI application which returns a dad joke from an external API.

The checks are run every 10 seconds by default. This can be changed using an environment variable `HEATH_CHECK_DELAY_SECONDS`.

```python
from fastapi import FastAPI
import requests
Expand Down

0 comments on commit a4d03b0

Please sign in to comment.