Skip to content

Commit

Permalink
feat: execute flux rne dag daily at 2am
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajar AIT EL KADI committed Nov 13, 2023
1 parent 493d1b1 commit 0878f64
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 @@ -23,7 +23,7 @@
dag_id="get_flux_rne",
default_args=default_args,
start_date=datetime(2023, 10, 18),
schedule_interval="@daily",
schedule_interval="0 2 * * *", # Run every day at 2 AM
catchup=False,
max_active_runs=1,
dagrun_timeout=timedelta(minutes=(60 * 20)),
Expand Down

0 comments on commit 0878f64

Please sign in to comment.