Skip to content

Commit

Permalink
[hot-fix]: change glue job dag max dag run
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Feb 29, 2024
1 parent 06d3fef commit a756599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/glue/glue_followers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def upload_rendered_script_to_s3(
"retries": 0,
"retry_delay": timedelta(minutes=5),
},
max_active_runs=1,
tags=["glue", "streaming"],
schedule_interval="30 16 * * *", # 한국 기준 새벽 1시 30분
catchup=True,
Expand Down

0 comments on commit a756599

Please sign in to comment.