atomsovic opened a new issue, #50216: URL: https://github.com/apache/airflow/issues/50216
### What do you see as an issue? I think the healthcheck command has changed for the scheduler ([link](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/check-health.html#cli-check-for-scheduler)) and the docker-compose image still references the old cli command ([link](https://airflow.apache.org/docs/apache-airflow/3.0.0/docker-compose.yaml)). I think this is causing my scheduler to continuously restart. ### Solving the problem swap from "curl", "--fail", "http://localhost:8974/health" to "airflow jobs check --job-type SchedulerJob --hostname $${HOSTNAME}" ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
