Skip to content

Airflow not running in Daemon mode?

Andy Casey edited this page Sep 8, 2022 · 1 revision

See https://stackoverflow.com/questions/46476246/issues-running-airflow-scheduler-as-a-daemon-process

TLDR:

rm $AIRFLOW_HOME/airflow-scheduler.err  $AIRFLOW_HOME/airflow-scheduler.pid
airflow scheduler -D 
Clone this wiki locally