Skip to content

Commit

Permalink
Fix sql timeout setting in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Mar 18, 2024
1 parent aa956d2 commit c4a4f35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/court_calls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ jobs:
datasette publish heroku cases.db \
-n court-scraper \
-m metadata.json \
--setting sql_time_limit_ms 60000 \
--extra-options="--setting sql_time_limit_ms 60000" \
--install datasette-auth-passwords \
--plugin-secret datasette-auth-passwords root_password_hash '${{ env.hash }}'
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ jobs:
datasette publish heroku cases.db \
-n court-scraper \
-m metadata.json \
--setting sql_time_limit_ms 60000 \
--extra-options="--setting sql_time_limit_ms 60000" \
--install datasette-auth-passwords \
--plugin-secret datasette-auth-passwords root_password_hash '${{ env.hash }}'
2 changes: 1 addition & 1 deletion .github/workflows/rescrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
datasette publish heroku cases.db \
-n court-scraper \
-m metadata.json \
--setting sql_time_limit_ms 60000 \
--extra-options="--setting sql_time_limit_ms 60000" \
--install datasette-auth-passwords \
--plugin-secret datasette-auth-passwords root_password_hash '${{ env.hash }}'

0 comments on commit c4a4f35

Please sign in to comment.