Skip to content

Commit

Permalink
feat(README): document healthz feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaiSchmid committed May 1, 2022
1 parent 2065892 commit 4ca116b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ Subject: Hello!
Hello world'
```

```bash
curl http://localhost:8080/healthz

{
"redis": true
}
```

#### Zone status

You can check the current state of a sending zone (for example "default") with the following query
Expand Down

0 comments on commit 4ca116b

Please sign in to comment.