mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 00:37:20 +08:00
fix: only drain workers on graceful shutdown (#1405)
* Only drains workers on shutdown. * trigger build * Marks func as experimental. --------- Co-authored-by: Alliballibaba <alliballibaba@gmail.com>
This commit is contained in:
committed by
GitHub
parent
619c903386
commit
3ba4e257a1
+1
-1
@@ -374,7 +374,7 @@ func Shutdown() {
|
||||
return
|
||||
}
|
||||
|
||||
drainWorkers()
|
||||
drainWatcher()
|
||||
drainAutoScaling()
|
||||
drainPHPThreads()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user