Files
lovdata-chat/session-manager
Torbjørn Lindahl 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
..
2026-02-03 00:36:22 +01:00
2026-02-04 19:10:03 +01:00
2026-02-03 00:17:26 +01:00
2026-01-18 20:01:23 +01:00
2026-02-02 23:37:11 +01:00
2026-02-03 00:17:26 +01:00
2026-02-03 00:17:26 +01:00
2026-02-02 23:37:11 +01:00