Skip to content

Commit 2f3c8d9

Browse files
author
Andrei Neagu
committed
fix docstring
1 parent a35576c commit 2f3c8d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ async def request_retrieve_dyn_service(
6767

6868
@log_decorator(logger=_log)
6969
async def restart_dynamic_service(app: web.Application, node_uuid: str) -> None:
70-
"""User restart the dynamic dynamic service started in the node_uuid
70+
"""Restarts the user service(s) started by the the node_uuid's sidecar
7171
7272
NOTE that this operation will NOT restart all sidecar services
7373
(``simcore-service-dynamic-sidecar`` or ``reverse-proxy caddy`` services) but
74-
ONLY those containers in the compose-spec (i.e. the ones exposed to the user)
74+
ONLY user services.
7575
"""
7676
settings: DirectorV2Settings = get_plugin_settings(app)
7777
await request_director_v2(

0 commit comments

Comments
 (0)