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
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
No need for traps and shutdown hooks, simply run IHS in foreground and
it will handle the shutdowns properly.
FixesWASdev#23
Signed-off-by: Archimedes Trajano <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The reason for the slow shutdown is it is waiting for the PID file to disappear.
You can simplify
ihsstart.sh
to beThen it will shutdown (but still gracefully faster) This is how it was done in the Apache HTTPd docker image with the addition of the envvars.
The text was updated successfully, but these errors were encountered: