This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new f977804255 make consistency on markup title string level (#26696)
f977804255 is described below
commit f977804255ca123bfea24774328ba0a9ca63688b
Author: Changhoon Oh <[email protected]>
AuthorDate: Sun Oct 2 11:59:23 2022 +0900
make consistency on markup title string level (#26696)
Co-authored-by: ok9897 <[email protected]>
---
docs/apache-airflow/concepts/cluster-policies.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow/concepts/cluster-policies.rst
b/docs/apache-airflow/concepts/cluster-policies.rst
index 0f5f978a64..a8cee72003 100644
--- a/docs/apache-airflow/concepts/cluster-policies.rst
+++ b/docs/apache-airflow/concepts/cluster-policies.rst
@@ -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:
@@ -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: