github-actions[bot] opened a new pull request, #72797: URL: https://github.com/apache/airflow/pull/72797
Airflow 3 runs the Dag processor as a standalone process that the scheduler no longer starts, so a systemd deployment must run at least the scheduler, the Dag processor and the api-server. The systemd units that were updated for Airflow 3 left out the Dag processor service, so deployments that only started the scheduler and api-server showed the dag_processor and triggerer entries of /api/v2/monitor/health as unhealthy and, worse, never parsed any Dags. Add airflow-dag-processor.service and document which services are required and which are optional so the health endpoint reports match the running components. (cherry picked from commit edbdb049f532b3dd034fb094c00811d2b9e96677) Co-authored-by: Kunal <[email protected]> Co-authored-by: Kunal8954 <[email protected]> -- 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]
