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
Currently SIGTERM is not handled, this means Docker can't gracefully shutdown warp-cors and ends up sending SIGKILL. Use bind_with_graceful_shutdown so we can handle SIGTERM and allow Docker to gracefully stop the server.
The text was updated successfully, but these errors were encountered:
Currently
SIGTERM
is not handled, this means Docker can't gracefully shutdown warp-cors and ends up sendingSIGKILL
. Usebind_with_graceful_shutdown
so we can handleSIGTERM
and allow Docker to gracefully stop the server.The text was updated successfully, but these errors were encountered: