Skip to content

Commit

Permalink
Merge pull request #143 from Metro-Records/feature/extend-full-scrape
Browse files Browse the repository at this point in the history
Extend full scrape runtime to 16 hrs
  • Loading branch information
antidipyramid authored Oct 22, 2024
2 parents 080351d + 2c94a2f commit aaa4465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/full_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

default_args = {
"start_date": START_DATE,
"execution_timeout": timedelta(hours=15),
"execution_timeout": timedelta(hours=16),
}

default_docker_args = {
Expand Down

0 comments on commit aaa4465

Please sign in to comment.