Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed May 30, 2023
1 parent 46b5147 commit 3b4a4a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/en/docs/Guides/Monitoring rqlite/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ Welcome to the rqlite CLI. Enter ".help" for usage hints.
[+]leader ok
[+]store ok
```
Note that a subsequent request to the cluster may still fail even if `/readyz` returns `HTTP 200 OK`. This is because there is a window of time (determined by the Raft-related timings configured at start-up) when a node may still be able to contact the Leader, but the Leader has not yet detected that the cluster cannot reach consensus due to failed Followers. This window of time is quite small (less than 1 second) by default, however.

If you wish to check if the node is running, and responding to HTTP requests, regardless of Leader status, add `noleader` to the URL. This form may be more useful for automated deployments, which simply need to know if the node is responsive.
```bash
$ curl localhost:4001/readyz?noleader
Expand Down

0 comments on commit 3b4a4a7

Please sign in to comment.