Skip to content

Commit 52a4ed9

Browse files
author
Andrei Neagu
committed
fixed issue
1 parent 233031b commit 52a4ed9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/dynamic-sidecar/src/simcore_service_dynamic_sidecar/modules/long_running_tasks_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from datetime import timedelta
44
from typing import Final
55

6+
from aiodocker.exceptions import DockerError
67
from models_library.callbacks_mapping import UserServiceCommand
78
from servicelib.logging_utils import log_context
89

@@ -39,6 +40,7 @@ async def run_before_shutdown_actions(
3940
ContainerExecContainerNotFoundError,
4041
ContainerExecCommandFailedError,
4142
ContainerExecTimeoutError,
43+
DockerError,
4244
):
4345
_logger.warning(
4446
"Could not run before_shutdown command %s in container %s",

0 commit comments

Comments
 (0)