Skip to content

Commit

Permalink
extend Hasura service boot grace period from 0 to 180s (#4051)
Browse files Browse the repository at this point in the history
  • Loading branch information
freemvmt authored Dec 6, 2024
1 parent d9b70e0 commit 4fe7503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/application/services/hasura.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ export const createHasuraService = async ({
},
},
desiredCount: 1,
// experiment with non-zero grace period to see if it resolves scale up failure
healthCheckGracePeriodSeconds: 180,
});

new cloudflare.Record("hasura", {
Expand Down

0 comments on commit 4fe7503

Please sign in to comment.