Skip to content

Commit f255bd8

Browse files
XD-DENGkaxil
authored andcommitted
[AIRFLOW-XXX] Fix typos in faq.rst (#3837)
1 parent a9878eb commit f255bd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/faq.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -141,15 +141,15 @@ What are all the ``airflow run`` commands in my process list?
141141
There are many layers of ``airflow run`` commands, meaning it can call itself.
142142

143143
- 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
146146
LocalExecutor, that translates into running it in a subprocess pool.
147147
- Local ``airflow run --local``: starts an ``airflow run --raw``
148148
command (described below) as a subprocess and is in charge of
149149
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.
151151
- Raw ``airflow run --raw`` runs the actual operator's execute method and
152-
performs the actual work
152+
performs the actual work.
153153

154154

155155
How can my airflow dag run faster?

0 commit comments

Comments
 (0)