Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for HealthChecks #430

Merged
merged 2 commits into from
Dec 16, 2024
Merged

Add documentation for HealthChecks #430

merged 2 commits into from
Dec 16, 2024

Conversation

Richard87
Copy link
Contributor

@Richard87 Richard87 commented Dec 16, 2024

What type of PR? (can choose many)

  • 🍕 Added/Updated documentation
  • 🎨 Style
  • 🔒 Security

Description

Main config

image

Env Config

image

@Richard87 Richard87 requested a review from satr December 16, 2024 12:26
@Richard87 Richard87 self-assigned this Dec 16, 2024
@Richard87 Richard87 linked an issue Dec 16, 2024 that may be closed by this pull request
3 tasks
### `healthChecks`

By default Radix configures a TCP Readiness probe that tells the platform your application is ready to accept traffic as soon as the port is opened.
However it is reccommended to to configure this yourself. A HTTP Probe could inform Radix that the application with all the required backend systems (like databases or caches) is ready for work. We also support Liveness and Startup Probes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
However it is reccommended to to configure this yourself. A HTTP Probe could inform Radix that the application with all the required backend systems (like databases or caches) is ready for work. We also support Liveness and Startup Probes.
However it is recommended to configure this yourself. A HTTP Probe could inform Radix that the application with all the required backend systems (like databases or caches) is ready for work. We also support Liveness and Startup Probes.

@Richard87 Richard87 merged commit 1b4f92d into main Dec 16, 2024
2 checks passed
@Richard87 Richard87 deleted the healthchecks branch December 16, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New health probes: readiness, liveness, startup
2 participants