-
|
Hi, I run the airflow using docker-compose.yaml from this https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html, and I can not find the airflow-scheduler.pid, but I do see the airflow-webserver.pid, anyone know where should I get for the airflow-scheduler.pid ?
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
em. I found in local docker I need to use |
Beta Was this translation helpful? Give feedback.
-
|
Faile on K8s, I changed the line https://github.com/apache/airflow/blob/master/chart/templates/scheduler/scheduler-deployment.yaml#L113 to |
Beta Was this translation helpful? Give feedback.
em. I found in local docker I need to use
airflow scheduler -D, then it will generate the airflow-scheduler.pid.