mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
fix in base.py
This commit is contained in:
@@ -912,7 +912,7 @@ class BaseHandler(RequestHandler):
|
|||||||
self.log.error(
|
self.log.error(
|
||||||
"Stopping %s to avoid inconsistent state", user_server_name
|
"Stopping %s to avoid inconsistent state", user_server_name
|
||||||
)
|
)
|
||||||
await user.stop()
|
await user.stop(server_name)
|
||||||
PROXY_ADD_DURATION_SECONDS.labels(status='failure').observe(
|
PROXY_ADD_DURATION_SECONDS.labels(status='failure').observe(
|
||||||
time.perf_counter() - proxy_add_start_time
|
time.perf_counter() - proxy_add_start_time
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user