GitHub user AchimGaedkeLynker added a comment to the discussion: How to run Airflow with systemd
Yep, I was confused as well. The api-server serves the (web) API alongside the web interface. I found that the api-server and the dag-processor don't go well with the systemd. So I came up with a python script, wrangling those services (semi-manually), see https://github.com/apache/airflow/discussions/52209 GitHub link: https://github.com/apache/airflow/discussions/51060#discussioncomment-13568741 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
