Skip to content

Commit

Permalink
Merge pull request #136 from Metro-Records/bugfix/135-full-scrape-tim…
Browse files Browse the repository at this point in the history
…eout

Raise full scrape DAG timeout to 15 hours
  • Loading branch information
antidipyramid authored Jun 24, 2024
2 parents 25379c4 + 1256bf5 commit ffb6bdf
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=14),
"execution_timeout": timedelta(hours=15),
}

default_docker_args = {
Expand Down

0 comments on commit ffb6bdf

Please sign in to comment.