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
context: balena-os/balena-supervisor#1079
Currently livepush will always send a SIGKILL to restart the container, for speed, but some applications require being able to catch a signal to clean up before exiting. This should just be an option which says either kill first, otherwise use docker stop to respectfully wait for the container to finish.
The text was updated successfully, but these errors were encountered:
As originally reported in balena-io-modules/livepush/issues/49 - cloning here for additional visibility.
The text was updated successfully, but these errors were encountered: