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
When you have to kill a bitops run on the command line, with ctrl-c, it just hangs. It would be nice if it would exit gracefully.
I believe this can be done by adding STOPSIGNAL SIGINT to the dockerfile, or by running the main process inside a dummy process that catches the signal and exits.
When you have to kill a bitops run on the command line, with ctrl-c, it just hangs. It would be nice if it would exit gracefully.
I believe this can be done by adding STOPSIGNAL SIGINT to the dockerfile, or by running the main process inside a dummy process that catches the signal and exits.
likely resource: tini entrypoint
(ported into
bitops
from https://github.com/bitovi/operations-repo-examples-internal/issues/6)The text was updated successfully, but these errors were encountered: