You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current SIGTERM handler function doesn't honour apps/v1.StatefulSet.spec.template.spec.terminationGracePeriodSeconds field to allow graceful shutdown
Expected behaviour
There should be a DOCKER_VERNEMQ_ env var that can allow adding --timeout=${apps/v1.StatefulSet.spec.template.spec.terminationGracePeriodSeconds}
Actual behaviour
The leave command doesn't allow for specifying a way to wait for grace period and exits after 60 seconds.
Description
The current SIGTERM handler function doesn't honour
apps/v1.StatefulSet.spec.template.spec.terminationGracePeriodSeconds
field to allow graceful shutdownExpected behaviour
--timeout=${apps/v1.StatefulSet.spec.template.spec.terminationGracePeriodSeconds}
Actual behaviour
docker-vernemq/bin/vernemq.sh
Line 179 in 3265897
The text was updated successfully, but these errors were encountered: