Skip to content

Commit

Permalink
[fix] hotfix follower_dag_schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
mediwind committed Mar 4, 2024
1 parent 316e5e9 commit 74cf765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/glue/glue_followers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def upload_rendered_script_to_s3(
},
max_active_runs=1,
tags=["glue", "streaming"],
schedule_interval="30 16 * * *", # 한국 기준 새벽 1시 30분
schedule_interval="0 1 * * *", # 한국 기준 오전 10시
catchup=True,
) as dag:

Expand Down

0 comments on commit 74cf765

Please sign in to comment.