potiuk commented on issue #22895: URL: https://github.com/apache/airflow/issues/22895#issuecomment-1095053074
As mentioned elsevhere - I believe each of our components should have a health endpoint (HTTP) - even if currently only webserver implements API. I know there are differing opinions on that, but having a standardized /health check (that you can call over the HTTP) and returns "200 OK" when component is ready seems to be the only universal approach that we can use. And yes it means that you have to have a "small" webserver running in each component (but this is almost no resources if we use the built-in http python server). -- 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]
