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 running podman stop webpipeline-api to stop the container, it tries using SIGINT to kill the process, but reverts to SIGKILL after 10 seconds when that doesn't work. The API should respect and listen to SIGINT, and terminate itself when received.
The text was updated successfully, but these errors were encountered:
When running
podman stop webpipeline-api
to stop the container, it tries using SIGINT to kill the process, but reverts to SIGKILL after 10 seconds when that doesn't work. The API should respect and listen to SIGINT, and terminate itself when received.The text was updated successfully, but these errors were encountered: