3 Commits

Author SHA1 Message Date
d6f2ea90a8 fix: add missing _get_container_info method to AsyncDockerClient
docker_service.get_container_info() was calling self._docker_client._get_container_info()
but AsyncDockerClient didn't have this method, causing silent AttributeError and
returning None, which triggered false health check failures.

Added _get_container_info() using aiodocker's container.show() to properly retrieve
container state information for health monitoring.
2026-02-04 22:04:29 +01:00
5e1cb64a81 wp on webui 2026-02-02 23:37:11 +01:00
2f5464e1d2 fixed all remaining issues with the session manager 2026-01-18 23:28:49 +01:00