Skip to content

Commit

Permalink
schedule hourly
Browse files Browse the repository at this point in the history
  • Loading branch information
davedavemckay committed Jun 28, 2024
1 parent 2776b8d commit 1e6cd53
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 @@ -17,7 +17,7 @@
'list_backup_csvs',
default_args=default_args,
description='List backup CSV files from S3 bucket',
schedule_interval=timedelta(minutes=1),
schedule_interval=timedelta(hours=1),
start_date=days_ago(1),
catchup=False,
)
Expand Down

0 comments on commit 1e6cd53

Please sign in to comment.