diff --git a/enterprise_gateway/services/processproxies/container.py b/enterprise_gateway/services/processproxies/container.py index 6378b633..b1169e36 100644 --- a/enterprise_gateway/services/processproxies/container.py +++ b/enterprise_gateway/services/processproxies/container.py @@ -141,7 +141,7 @@ def poll(self) -> bool | None: """ result = False - container_status = self.get_container_status(None) + container_status = self.get_container_status(None).lower() # Do not check whether container_status is None # EG couldn't restart kernels although connections exists. # See https://github.com/jupyter-server/enterprise_gateway/issues/827