Skip to content

Commit 62f0089

Browse files
author
Andrei Neagu
committed
docstring
1 parent 2f3c8d9 commit 62f0089

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/web/server/src/simcore_service_webserver/director_v2/_core_dynamic_services.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ async def request_retrieve_dyn_service(
6969
async def restart_dynamic_service(app: web.Application, node_uuid: str) -> None:
7070
"""Restarts the user service(s) started by the the node_uuid's sidecar
7171
72-
NOTE that this operation will NOT restart all sidecar services
73-
(``simcore-service-dynamic-sidecar`` or ``reverse-proxy caddy`` services) but
74-
ONLY user services.
72+
NOTE: this operation will NOT restart
73+
sidecar services (``dy-sidecar`` or ``dy-proxy`` services),
74+
but ONLY user services (the ones defined by the compose spec).
7575
"""
7676
settings: DirectorV2Settings = get_plugin_settings(app)
7777
await request_director_v2(

0 commit comments

Comments
 (0)