Skip to content

Commit

Permalink
spell check addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
dirrao committed Jan 29, 2024
1 parent f4fc6b1 commit 4b8998a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Breaking changes
~~~~~~~~~~~~~~~~

In the case of Kube API transient errors, we have introduced the ``task_publish_max_retries``
flag to control the re-queueing task behavior. Changed the default behavior from unlimited
flag to control the re-queuing task behavior. Changed the default behavior from unlimited
retries to 0. The default behavior is no retries (``task_publish_max_retries==0``). For
unlimited retries, set ``task_publish_max_retries=-1``. For a fixed number of retries, set
``task_publish_max_retries`` to any positive integer.
Expand Down
4 changes: 2 additions & 2 deletions airflow/providers/cncf/kubernetes/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ config:
default: ""
task_publish_max_retries:
description: |
The Maximum number of retries for queueing the task to the kubernetes scheduler when
failing due to Kube API trasnient errors before giving up and marking task as failed.
The Maximum number of retries for queuing the task to the kubernetes scheduler when
failing due to Kube API transient errors before giving up and marking task as failed.
-1 for unlimited times.
version_added: ~
type: integer
Expand Down

0 comments on commit 4b8998a

Please sign in to comment.