Skip to content

Commit

Permalink
Extend full scrape runtime to 16 hrs
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Oct 22, 2024
1 parent 45dfc9b commit 2c94a2f
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 2c94a2f

Please sign in to comment.