I am new to Airflow. I am trying to run airflow scheduler as a daemon process, but the process does not live for long. I have configured \"LocalExecutor\" in airflow.cfg fil
I had a similar problem. My airflow scheduler did not keep running as a deamon process when I executed scheduler as deamon:
airflow scheduler -D
But the scheduler did work when I ran it normally. After I deleted the airflow-scheduler.err file and rerun the scheduler as a deamon process it started working:
rm airflow-scheduler.err
airflow scheduler -D