Closed revolunet closed 2 years ago
this changes on startupProbe should make hasura start faster
startupProbe
before :
failureThreshold: 12 initialDelaySeconds: 120 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 1
after :
failureThreshold: 20 initialDelaySeconds: 30 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 5
Je vais tester avec les migrations Hasura V3.
cool !
:tada: This PR is included in version 9.17.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
this changes on
startupProbe
should make hasura start fasterbefore :
after :