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 84a5ddd commit 69cb65cCopy full SHA for 69cb65c
services/dask-sidecar/src/simcore_service_dask_sidecar/computational_sidecar/docker_utils.py
@@ -422,9 +422,11 @@ async def managed_monitor_container_log_task( # noqa: PLR0913 # pylint: disable
422
s3_settings: S3Settings | None,
423
progress_bar: ProgressBarData,
424
) -> AsyncIterator[Awaitable[None]]:
425
+ # TODO: implement the gneeric error!!
426
"""
427
Raises:
428
ServiceTimeoutLoggingError -- raised when no logs are received for longer than _AIODOCKER_LOGS_TIMEOUT_S
429
+ DaskSidecarLoggerError -- raised for any other issue
430
431
monitoring_task = None
432
try:
0 commit comments