r59461900 opened a new issue, #72756: URL: https://github.com/apache/airflow/issues/72756
### Under which category would you file this issue? Providers ### Apache Airflow version 3.3.1 ### What happened and how to reproduce it? 把 airflow standalone 服务做成后台服务启动,健康状态显示,触发器错误,DAG处理器错误. vi /etc/systemd/system/airflow-webserver.service [Unit] Description=Airflow webserver daemon After=network.target [Service] User=root Environment="AIRFLOW_HOME=/root/airflow" ExecStart=/usr/local/bin/airflow api-server -p 8080 Restart=on-failure RestartSec=5s [Install] WantedBy=multi-user.target vi /etc/systemd/system/airflow-scheduler.service [Unit] Description=Airflow scheduler daemon After=network.target [Service] User=root Environment="AIRFLOW_HOME=/root/airflow" ExecStart=/usr/local/bin/airflow scheduler Restart=on-failure RestartSec=5s [Install] WantedBy=multi-user.target sudo systemctl enable airflow-webserver sudo systemctl enable airflow-scheduler ### What you think should happen instead? _No response_ ### Operating System _No response_ ### Deployment None ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### 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]
