We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233031b commit 52a4ed9Copy full SHA for 52a4ed9
services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/long_running_tasks_utils.py
@@ -3,6 +3,7 @@
3
from datetime import timedelta
4
from typing import Final
5
6
+from aiodocker.exceptions import DockerError
7
from models_library.callbacks_mapping import UserServiceCommand
8
from servicelib.logging_utils import log_context
9
@@ -39,6 +40,7 @@ async def run_before_shutdown_actions(
39
40
ContainerExecContainerNotFoundError,
41
ContainerExecCommandFailedError,
42
ContainerExecTimeoutError,
43
+ DockerError,
44
):
45
_logger.warning(
46
"Could not run before_shutdown command %s in container %s",
0 commit comments