Skip to content

Commit

Permalink
extend timeout for Hasura migrations at boot
Browse files Browse the repository at this point in the history
  • Loading branch information
freemvmt committed Dec 13, 2024
1 parent 47aba73 commit 6f7d81c
Showing 1 changed file with 1 addition and 0 deletions.
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 6f7d81c

Please sign in to comment.