Commit f255bd8 1 parent a9878eb commit f255bd8 Copy full SHA for f255bd8
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ What are all the ``airflow run`` commands in my process list?
141
141
There are many layers of ``airflow run `` commands, meaning it can call itself.
142
142
143
143
- Basic ``airflow run ``: fires up an executor, and tell it to run an
144
- ``airflow run --local `` command. if using Celery, this means it puts a
145
- command in the queue for it to run remote, on the worker. If using
144
+ ``airflow run --local `` command. If using Celery, this means it puts a
145
+ command in the queue for it to run remotely on the worker. If using
146
146
LocalExecutor, that translates into running it in a subprocess pool.
147
147
- Local ``airflow run --local ``: starts an ``airflow run --raw ``
148
148
command (described below) as a subprocess and is in charge of
149
149
emitting heartbeats, listening for external kill signals
150
- and ensures some cleanup takes place if the subprocess fails
150
+ and ensures some cleanup takes place if the subprocess fails.
151
151
- Raw ``airflow run --raw `` runs the actual operator's execute method and
152
- performs the actual work
152
+ performs the actual work.
153
153
154
154
155
155
How can my airflow dag run faster?
You can’t perform that action at this time.
0 commit comments