Fix typo in comment.

This commit is contained in:
Adrien Kunysz 2025-04-08 15:17:38 +02:00 committed by GitHub
parent a86ea1e4e6
commit 68f3545e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)