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
- Await and properly kill dev api-server (#11691) by @callingmedic911
2
2
3
-
Sometime the api-server doesn't get killed in time before the new instance is started. This PR makes sure that we wait for the process. If it's not killed within 2 seconds, we send a SIGTERM to it.
3
+
Sometime the api-server doesn't get killed in time before the new instance is started. This change makes sure that we wait for the process. If it's not killed within 2 seconds with SIGTERM, we send a SIGKILL to it.
0 commit comments