Skip to content

Commit

Permalink
edit dag schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbull committed Jun 12, 2024
1 parent c884f8f commit facbe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/bodhi_waves_to_sl_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@dag(
dag_id="bodhi_waves_to_sl_db",
start_date=start_date,
schedule="30 10 * * *",
schedule="0 10 * * *",
catchup=False,
is_paused_upon_creation=False,
)
Expand Down

0 comments on commit facbe11

Please sign in to comment.