-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Description
Apache Airflow version
3.0.1
If "Other Airflow 2 version" selected, which one?
No response
What happened?
The documentation (https://airflow.apache.org/docs/apache-airflow/stable/howto/run-with-systemd.html) suggests using the scripts in the below folder for setting up with SystemD
https://github.com/apache/airflow/tree/main/scripts/systemd
However, they have not been updated to Airflow 3 and they do not start the dag-processor
or triggerer
, and start the webserver
instead of the api-server
What you think should happen instead?
No response
How to reproduce
Follow the step in the documentation
These files can be used as-is by copying them over to /usr/lib/systemd/system.
Operating System
RHEL
Versions of Apache Airflow Providers
No response
Deployment
Virtualenv installation
Deployment details
No response
Anything else?
We can try to submit a PR to correct this, but honestly at the moment our in-place Airflow 3 upgrade on RHEL hasn't been working super well, so I'm not sure we're the best placed to be making this update (though I think this is mostly issues with configs and not systemd unit files).
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct