From 6f7d81c99cc84bb4f3882bf08e3281562cfdf363 Mon Sep 17 00:00:00 2001 From: Dan G Date: Fri, 13 Dec 2024 15:08:05 +0000 Subject: [PATCH 1/2] extend timeout for Hasura migrations at boot --- infrastructure/application/services/hasura.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure/application/services/hasura.ts b/infrastructure/application/services/hasura.ts index eef540216d..c4b3f63028 100644 --- a/infrastructure/application/services/hasura.ts +++ b/infrastructure/application/services/hasura.ts @@ -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}`, From f41c4847979a052c796d2d0189516427dd415ed0 Mon Sep 17 00:00:00 2001 From: Dan G Date: Fri, 13 Dec 2024 15:48:12 +0000 Subject: [PATCH 2/2] add pyenv entries to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 147f72b877..b95f376eae 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ hasura.planx.uk/.env.test /playwright-report/ /playwright/.cache/ api.planx.uk/tmp/ +.python-version +__pycache__ # Ignore certificate files **/*.chain