Difference between revisions of "Airflow scheduler"

From wikieduonline
Jump to navigation Jump to search
 
Line 18: Line 18:
  
 
https://airflow.apache.org/docs/apache-airflow/stable/concepts/dagfile-processing.html
 
https://airflow.apache.org/docs/apache-airflow/stable/concepts/dagfile-processing.html
The DagFileProcessorManager runs user codes. As a result, you can decide to run it as a standalone process in a different host than the scheduler process. If you decide to run it as a standalone process, you need to set this configuration: AIRFLOW__SCHEDULER__STANDALONE_DAG_PROCESSOR=True and run the airflow dag-processor CLI command, otherwise, starting the scheduler process (airflow scheduler) also starts the DagFileProcessorManager
+
The DagFileProcessorManager runs user codes. As a result, you can decide to run it as a standalone process in a different host than the scheduler process. If you decide to run it as a standalone process, you need to set this configuration: [[AIRFLOW__SCHEDULER__STANDALONE_DAG_PROCESSOR]]=True and run the airflow dag-processor CLI command, otherwise, starting the scheduler process (airflow scheduler) also starts the DagFileProcessorManager
  
 
== See also ==
 
== See also ==

Latest revision as of 17:25, 18 January 2023



Starting the scheduler

Related[edit]

https://airflow.apache.org/docs/apache-airflow/stable/concepts/dagfile-processing.html The DagFileProcessorManager runs user codes. As a result, you can decide to run it as a standalone process in a different host than the scheduler process. If you decide to run it as a standalone process, you need to set this configuration: AIRFLOW__SCHEDULER__STANDALONE_DAG_PROCESSOR=True and run the airflow dag-processor CLI command, otherwise, starting the scheduler process (airflow scheduler) also starts the DagFileProcessorManager

See also[edit]

Advertising: