Skip to content

Commit

Permalink
Add retries to a different code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-fell authored and ashb committed Feb 25, 2022
1 parent 24feb18 commit d545e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/tutorial_taskflow_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ The reverse can also be done: passing the output of a TaskFlow function as an in

.. code-block:: python
@task
@task(retries=3)
def create_queue():
"""This is a Python function that creates an SQS queue"""
hook = SqsHook()
Expand Down

0 comments on commit d545e11

Please sign in to comment.