-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reintroduce health liveliness check (#1859)
closes #1861 fixes #1852 ### Reintroduce health liveliness check ([Issue #1861](#1861)) Depending on their environments and cloud settings, users may or may not be able to craft health probes that are able to make CSRF compatible GraphQL queries. This is one of the reasons why we reintroduced a health check in the router. The health liveness check endpoint is exposed on `127.0.0.1:8088/health`, and its listen address can be changed in the yaml configuration: ```yaml health-check: listen: 127.0.0.1:8088 # default enabled: true # default ``` Co-authored-by: bryn <[email protected]>
- Loading branch information
1 parent
516f28e
commit adea33b
Showing
11 changed files
with
352 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.