green2k commented on pull request #16754:
URL: https://github.com/apache/airflow/pull/16754#issuecomment-885680910


   Yes, that's the thing. Our health-checking system expects HTTP/200 response. 
We managed to have a custom healthcheck endpoint by executing 
`pathlib.Path('logs/health').touch(exist_ok=True)`. So we're currently (v2.1.1) 
able to check health of our workers by calling `http(s)://worker/log/health`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to