mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
Fix typo in comment.
This commit is contained in:
parent
a86ea1e4e6
commit
68f3545e5b
@ -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