Skip to content

Commit 48566ac

Browse files
Apply suggestions from code review
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 1bc5b63 commit 48566ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/airflow/pages/usage-guide/using-kubernetes-executors.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ spec:
3333

3434
== Task startup latency
3535

36-
While it has many benefits to spawn a dedicated Pod for every task, this introduces some latency.
36+
While there are many benefits to spawning a dedicated Pod for every task, this introduces some latency.
3737
The shorter the actual task runs, the higher the effect of this latency get's on the overall DAG runtime.
3838

39-
If your tasks don't do computational expensive things (e.g. only submit a query to a Trino cluster), you can schedule them to run locally (on the scheduler) and not spawn a Pod to reduce the DAG runtime.
39+
If your tasks don't do computationally expensive things (e.g. only submit a query to a Trino cluster), you can schedule them to run locally (on the scheduler) and not spawn a Pod to reduce the DAG runtime.
4040

4141
To achieve this enable the `LocalExecutor` in your Airflow stacklet with
4242

0 commit comments

Comments
 (0)