You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the user value of this feature request?
Health check configuration will be made more convenient for users not familiar with the CF APIs.
Who is the functionality for?
CF users willing to configure CF health checks via the CF CLI.
Who else is affected by the change?
This feature isn't a breaking change. It suggest to extend the current options supported by cf set-health-check.
Describe the solution you'd like
The CF V3 APIs support a timeout parameter as described in the docs. I'm suggesting to add an additional option to the cf set-health-check command which is called --timeout and can be used to configure the duration in seconds that health checks can fail before the process is restarted.
Describe alternatives you've considered
A workaround is to use the CF APIs directly to set the health check timeout. This can work like this:
What's the user value of this feature request?
Health check configuration will be made more convenient for users not familiar with the CF APIs.
Who is the functionality for?
CF users willing to configure CF health checks via the CF CLI.
Who else is affected by the change?
This feature isn't a breaking change. It suggest to extend the current options supported by
cf set-health-check
.Describe the solution you'd like
The CF V3 APIs support a
timeout
parameter as described in the docs. I'm suggesting to add an additional option to thecf set-health-check
command which is called--timeout
and can be used to configure the duration in seconds that health checks can fail before the process is restarted.Describe alternatives you've considered
A workaround is to use the CF APIs directly to set the health check timeout. This can work like this:
The content of
health-conf.json
could be something like this:The text was updated successfully, but these errors were encountered: