Skip to content

Commit

Permalink
Merge pull request #45 from datamade/feature/34-sql-time-limit
Browse files Browse the repository at this point in the history
Update sql timeout
  • Loading branch information
antidipyramid authored Mar 15, 2024
2 parents a06ad00 + cd04546 commit 46f2d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,6 @@ jobs:
datasette publish heroku cases.db \
-n court-scraper \
-m metadata.json \
--setting sql_time_limit_ms 60000 \
--install datasette-auth-passwords \
--plugin-secret datasette-auth-passwords root_password_hash '${{ env.hash }}'
1 change: 1 addition & 0 deletions .github/workflows/rescrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ jobs:
datasette publish heroku cases.db \
-n court-scraper \
-m metadata.json \
--setting sql_time_limit_ms 60000 \
--install datasette-auth-passwords \
--plugin-secret datasette-auth-passwords root_password_hash '${{ env.hash }}'

0 comments on commit 46f2d46

Please sign in to comment.