Skip to content

Commit

Permalink
make consistency on markup title string level (#26696)
Browse files Browse the repository at this point in the history
Co-authored-by: ok9897 <ok9897@krafton.com>
(cherry picked from commit f977804)
  • Loading branch information
okayhooni authored and ephraimbuddy committed Oct 18, 2022
1 parent 29bc32a commit 357549c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/concepts/cluster-policies.rst
Expand Up @@ -59,7 +59,7 @@ This policy checks if each DAG has at least one tag defined:
DAG policies are applied after the DAG has been completely loaded, so overriding the ``default_args`` parameter has no effect. If you want to override the default operator settings, use task policies instead.

Task policies
-------------
~~~~~~~~~~~~~

Here's an example of enforcing a maximum timeout policy on every task:

Expand All @@ -86,7 +86,7 @@ For example, your ``airflow_local_settings.py`` might follow this pattern:


Task instance mutation
----------------------
~~~~~~~~~~~~~~~~~~~~~~

Here's an example of re-routing tasks that are on their second (or greater) retry to a different queue:

Expand Down

0 comments on commit 357549c

Please sign in to comment.