Merge pull request #3378 from adk-swisstopo/patch-1

Fix typo in comment.
This commit is contained in:
Benoit Chesneau 2025-10-05 18:19:38 +02:00 committed by GitHub
commit 36a55a71a6
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)