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 healthcheck URL to protect against silent failures #160

Open
wants to merge 6 commits into
base: testing
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve help displayed on install
shukon committed Nov 20, 2024
commit a6ab3353b2eaf7240bbe3d53ef40f08c66a411b8
4 changes: 2 additions & 2 deletions manifest.toml
Original file line number Diff line number Diff line change
@@ -79,8 +79,8 @@ ram.runtime = "50M"
default = "errors_only"

[install.healthcheck_url]
ask.en = "Do you want to enable the healthcheck URL to check against silent failures ?"
ask.fr = "Souhaitez-vous activer l'URL de vérification de l'état pour vérifier les pannes silencieuses ?"
ask.en = "Optional - you may specify a healthcheck URL to check against silent failures."
ask.fr = "Optionnel - vous pouvez spécifier une URL de vérification de l'état pour vérifier les pannes silencieuses."
type = "string"
default = ""
optional = true