Skip to content

Commit

Permalink
Chore: change job schedule (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis authored Sep 5, 2024
1 parent d970e69 commit 915a9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/dags/mattermost_dags/general/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'monitoring',
default_args=default_args,
start_date=datetime(2017, 3, 20),
schedule='@daily',
schedule="0 10 * * *",
catchup=False,
) as dag:
check_stitch_extractions = SimpleHttpOperator(
Expand Down

0 comments on commit 915a9c7

Please sign in to comment.