Skip to content

Commit

Permalink
0 retried
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jun 28, 2024
1 parent 6285ee6 commit f746a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion echo-side/dags/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Define default arguments for the DAG
default_args = {
'owner': 'airflow',
'retries': 1,
'retries': 0,
'retry_delay': timedelta(minutes=5),
}

Expand Down

0 comments on commit f746a21

Please sign in to comment.