Skip to content

feat(serverless): update healtcheck probe in console - #6801

Open
thomas-tacquet wants to merge 1 commit into
mainfrom
containers-hs-probe-update
Open

feat(serverless): update healtcheck probe in console#6801
thomas-tacquet wants to merge 1 commit into
mainfrom
containers-hs-probe-update

Conversation

@thomas-tacquet

Copy link
Copy Markdown
Collaborator

Your checklist for this pull request

Description

Please describe what you added or changed.

* Startup probe (optional, not yet available in the Scaleway console): checks that your application has started successfully. The liveness probe does not run until the startup probe succeeds. This is useful for applications with a long startup time.
* Liveness probe: checks that your application is ready to receive traffic. If the probe fails repeatedly, the container is considered in error: Scaleway does not restart the container, but stops routing traffic to it
* **Startup probe**: checks that your application has started successfully. The liveness probe does not run until the startup probe succeeds. This is useful for applications with a long startup time.
* **Liveness probe**: checks that your application is ready to receive traffic. If the probe fails repeatedly, the container is considered in error: Scaleway does not restart the container, but stops routing traffic to it

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
* **Liveness probe**: checks that your application is ready to receive traffic. If the probe fails repeatedly, the container is considered in error: Scaleway does not restart the container, but stops routing traffic to it
* **Liveness probe**: checks that your application is ready to receive traffic. If the probe fails repeatedly, the container is considered in error: Scaleway does not restart the container, but stops routing traffic to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants