Skip to content

Commit

Permalink
[hotfix] live_viewer.py max_active_runs=1
Browse files Browse the repository at this point in the history
  • Loading branch information
poriz committed Mar 4, 2024
1 parent a756599 commit 55ca50d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/glue/live_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def upload_rendered_script_to_s3(
tags=["glue", "streaming"],
schedule_interval="0 * * * *",
catchup=True,
max_active_runs=1
) as dag:

bucket_name = "de-2-1-bucket"
Expand Down

0 comments on commit 55ca50d

Please sign in to comment.