From f8e5f9ba0ee723a359431578c96c44df910a1c17 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Tue, 26 Sep 2023 18:23:30 -0700 Subject: [PATCH] second try at migrations --- .github/workflows/migrate.yaml | 1 + .github/workflows/reset-db.yaml | 1 + ops/manifests/manifest-es.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/migrate.yaml b/.github/workflows/migrate.yaml index 705014af1..3b1035657 100644 --- a/.github/workflows/migrate.yaml +++ b/.github/workflows/migrate.yaml @@ -15,6 +15,7 @@ on: options: - stable - staging + - es - nl - rh - za diff --git a/.github/workflows/reset-db.yaml b/.github/workflows/reset-db.yaml index 0bf1af2d9..654fa27b5 100644 --- a/.github/workflows/reset-db.yaml +++ b/.github/workflows/reset-db.yaml @@ -16,6 +16,7 @@ on: options: - stable - staging + - es - nl - rh - za diff --git a/ops/manifests/manifest-es.yaml b/ops/manifests/manifest-es.yaml index f0b901958..c4847553f 100644 --- a/ops/manifests/manifest-es.yaml +++ b/ops/manifests/manifest-es.yaml @@ -11,6 +11,7 @@ applications: command: ./run.sh health-check-type: http health-check-http-endpoint: /health + health-check-invocation-timeout: 40 env: # Send stdout and stderr straight to the terminal without buffering PYTHONUNBUFFERED: yup