mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Typo
This commit is contained in:
parent
6cb67e49ca
commit
7db45868e0
@ -482,7 +482,7 @@ class Arbiter(object):
|
|||||||
(pid, _) = workers.pop(0)
|
(pid, _) = workers.pop(0)
|
||||||
self.kill_worker(pid, signal.SIGTERM)
|
self.kill_worker(pid, signal.SIGTERM)
|
||||||
|
|
||||||
self.log.debug("{0} workers".format(len(workers),
|
self.log.debug("{0} workers".format(len(workers)),
|
||||||
extra={ "metric": "gunicorn.workers",
|
extra={ "metric": "gunicorn.workers",
|
||||||
"value": len(workers),
|
"value": len(workers),
|
||||||
"mtype": "gauge"})
|
"mtype": "gauge"})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user