Hi,
I am using celery and I am trying to find the way to add Health-check CMD.
The Convox doc only describe using http endpoint, is there option to run command line?
The celery health-check for example is:
celery inspect ping -A tasks.add
I look in the Rack code see the health-check is done only target group (using AWS), meaning only affect incoming traffic using http.
Is there option to verify the process is got stuck? restart it in case got stuck
10x