Skip to content

Commit

Permalink
feat: increase dag timeout to 100 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajar AIT EL KADI committed Nov 17, 2023
1 parent bc715b4 commit 3b000cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_pipelines/rne/flux/DAG.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
schedule_interval="0 2 * * *", # Run every day at 2 AM
catchup=False,
max_active_runs=1,
dagrun_timeout=timedelta(minutes=(60 * 20)),
dagrun_timeout=timedelta(minutes=(60 * 100)),
on_failure_callback=send_notification_failure_tchap,
tags=["api", "rne", "flux"],
params={},
Expand Down

0 comments on commit 3b000cd

Please sign in to comment.