mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
Fix typo in comment.
This commit is contained in:
parent
a86ea1e4e6
commit
68f3545e5b
@ -109,7 +109,7 @@ class GeventWorker(AsyncWorker):
|
||||
self.notify()
|
||||
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)
|
||||
for server in servers:
|
||||
server.stop(timeout=1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user