mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-08 05:31:29 +08:00
Merge pull request #3378 from adk-swisstopo/patch-1
Fix typo in comment.
This commit is contained in:
commit
36a55a71a6
@ -109,7 +109,7 @@ class GeventWorker(AsyncWorker):
|
|||||||
self.notify()
|
self.notify()
|
||||||
gevent.sleep(1.0)
|
gevent.sleep(1.0)
|
||||||
|
|
||||||
# Force kill all active the handlers
|
# Force kill all the active handlers
|
||||||
self.log.warning("Worker graceful timeout (pid:%s)", self.pid)
|
self.log.warning("Worker graceful timeout (pid:%s)", self.pid)
|
||||||
for server in servers:
|
for server in servers:
|
||||||
server.stop(timeout=1)
|
server.stop(timeout=1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user