Skip to content

Commit

Permalink
comparing "Running" with initial statuses ["pending", "running"] fail…
Browse files Browse the repository at this point in the history
…s and prevents kernel persistance
  • Loading branch information
sigmarkarl committed Nov 7, 2024
1 parent ffebbaf commit ef3f237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise_gateway/services/processproxies/container.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef3f237

Please sign in to comment.