Skip to content

Commit

Permalink
upping frequency to daily
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-Henry committed Nov 6, 2023
1 parent 11c7728 commit c0d44ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/atd_executive_dashboard_row_active_permits_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
dag_id="atd_executive_dashboard_row_active_permits_logging",
description="Stores the current number of active ROW permits in a Socrata dataset.",
default_args=DEFAULT_ARGS,
schedule_interval="0 8 * * 1" if DEPLOYMENT_ENVIRONMENT == "production" else None,
schedule_interval="0 8 * * *" if DEPLOYMENT_ENVIRONMENT == "production" else None,
tags=["repo:atd-executive-dashboard", "amanda", "socrata"],
catchup=False,
) as dag:
Expand Down

0 comments on commit c0d44ce

Please sign in to comment.