Skip to content

Commit

Permalink
add a missing max_number_runs
Browse files Browse the repository at this point in the history
  • Loading branch information
polmonso committed Sep 6, 2023
1 parent fc08d08 commit 22b5406
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/hs_mailbox_reports_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def get_random_moll() -> str:
schedule_interval="@weekly",
catchup=True,
tags=["Helpscout", "Extract"],
max_active_runs=1,
default_args=args,
) as dag:
repo_name = "somenergia-kpis"
Expand Down

0 comments on commit 22b5406

Please sign in to comment.