Add graceful shutdown to Blink (#11523)

This commit is contained in:
Austin McKinley
2026-08-20 13:16:31 -07:00
committed by GitHub
parent a892057e29
commit 21a2c3d6f2
6 changed files with 350 additions and 39 deletions
+2
View File
@@ -0,0 +1,2 @@
export const REQUEST_DRAIN_TIMEOUT_MS = 60_000
export const FORCE_SHUTDOWN_TIMEOUT_MS = REQUEST_DRAIN_TIMEOUT_MS + 4_000