set-health-check - Cloud Foundry CLI Reference Guide


NOME

set-health-check - Mude o tipo de verificação de funcionamento executado em um processo do app

USO

cf set-health-check APP_NAME (process | port | http [--endpoint PATH]) [--process PROCESS] [--invocation-timeout INVOCATION_TIMEOUT]

EXAMPLES

cf set-health-check worker-app process --process worker cf set-health-check my-web-app http --endpoint /foo cf set-health-check my-web-app http --invocation-timeout 10

OPÇÕES

--endpoint

Caminho no app (Padrão: /)

--invocation-timeout

O tempo (em segundos) que controla as chamadas de verificação de funcionamento individuais

--process

Aplicativo de processo para atualizar (Padrão: web)