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
) for the underlying Jetty server. But what does that mean? I don't even really know?
From the perspective of a developer using WireMock (or Jetty), what is graceful shutdown useful?
Does it mean I can Ctrl + C to kill WireMock? Does it mean the exit code will be a non-error exit code? Does it mean that Jetty will wait some time to actually let some long request finish instead of killing it before it can finish?
The text was updated successfully, but these errors were encountered:
This repo makes a show of implementing graceful shutdown (
wiremock-playground/programmatic/src/main/java/dgroomes/wiremock/WireMockUtil.java
Line 21 in 813721e
From the perspective of a developer using WireMock (or Jetty), what is graceful shutdown useful?
Does it mean I can
Ctrl + C
to kill WireMock? Does it mean the exit code will be a non-error exit code? Does it mean that Jetty will wait some time to actually let some long request finish instead of killing it before it can finish?The text was updated successfully, but these errors were encountered: