Issues running airflow scheduler as a daemon process
问题 I have an EC2 instance that is running airflow 1.8.0 using LocalExecutor . Per the docs I would have expected that one of the following two commands would have raised the scheduler in daemon mode: airflow scheduler --daemon --num_runs=20 or airflow scheduler --daemon=True --num_runs=5 But that isn't the case. The first command seems like it's going to work, but it just returns the following output before returning to terminal without producing any background task: [2017-09-28 18:15:02,794] {_