Skip to content

Commit

Permalink
Fix grammar in production-deployment.rst (#14386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Quinn authored Feb 23, 2021
1 parent 25fa309 commit 4fb943c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/production-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Once that is done, you can run -
Multi-Node Cluster
==================

Airflow uses :class:`~airflow.executors.sequential_executor.SequentialExecutor` by default. However, by it
Airflow uses :class:`~airflow.executors.sequential_executor.SequentialExecutor` by default. However, by its
nature, the user is limited to executing at most one task at a time. ``Sequential Executor`` also pauses
the scheduler when it runs a task, hence not recommended in a production setup. You should use the
the scheduler when it runs a task, hence it is not recommended in a production setup. You should use the
:class:`~airflow.executors.local_executor.LocalExecutor` for a single machine.
For a multi-node setup, you should use the :doc:`Kubernetes executor <../executor/kubernetes>` or
the :doc:`Celery executor <../executor/celery>`.
Expand Down

0 comments on commit 4fb943c

Please sign in to comment.