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

Fix: PPM startup probe should wait until web services are available #600

Merged
merged 3 commits into from
Nov 1, 2024

Conversation

tylfin
Copy link
Contributor

@tylfin tylfin commented Nov 1, 2024

This changes the startup probe to use the __api__/status route instead of ping for initial readiness. It's more heavyweight, so I left the liveness and readiness probes alone.

Refs: https://github.com/rstudio/package-manager/issues/14644

This changes the startup probe to use the `__api__/status` route instead of ping for initial readiness. It's more heavyweight, so I left the liveness and readiness probes alone.

Refs: https://github.com/rstudio/package-manager/issues/14644
@tylfin tylfin requested a review from a team as a code owner November 1, 2024 14:20
@tylfin tylfin requested review from jonyoder and CDRayn November 1, 2024 14:20
@tylfin tylfin requested a review from glin November 1, 2024 14:22
@tylfin tylfin merged commit 3507f11 into main Nov 1, 2024
7 checks passed
@tylfin tylfin deleted the tylfin/fix-startup-probe branch November 1, 2024 14:48
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.

3 participants