Skip to content

Commit

Permalink
extend timeout for Hasura migrations at boot (#4080)
Browse files Browse the repository at this point in the history
  • Loading branch information
freemvmt authored Dec 13, 2024
1 parent 47aba73 commit 3c0358f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ hasura.planx.uk/.env.test
/playwright-report/
/playwright/.cache/
api.planx.uk/tmp/
.python-version
__pycache__

# Ignore certificate files
**/*.chain
Expand Down
1 change: 1 addition & 0 deletions infrastructure/application/services/hasura.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const createHasuraService = async ({
name: "HASURA_GRAPHQL_DATABASE_URL",
value: dbRootUrl,
},
{ name: "HASURA_GRAPHQL_MIGRATIONS_SERVER_TIMEOUT", value: "300" },
{
name: "HASURA_PLANX_API_URL",
value: `https://api.${DOMAIN}`,
Expand Down

0 comments on commit 3c0358f

Please sign in to comment.