Skip to content

Commit fa3ce84

Browse files
sandereggCopilot
andcommitted
Update services/director-v2/src/simcore_service_director_v2/core/settings.py
Co-authored-by: Copilot <[email protected]>
1 parent 1697cc4 commit fa3ce84

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/src/simcore_service_director_v2/core

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class ComputationalBackendSettings(BaseCustomSettings):
102102
COMPUTATIONAL_BACKEND_MAX_WAITING_FOR_RETRIEVING_RESULTS: Annotated[
103103
datetime.timedelta,
104104
Field(
105-
description="maximum time the computational scheduler waits until retriving results from the computational backend is failed"
105+
description="maximum time the computational scheduler waits until retrieving results from the computational backend is failed"
106106
"(default to seconds, or see https://pydantic-docs.helpmanual.io/usage/types/#datetime-types for string formatting)."
107107
),
108108
] = datetime.timedelta(minutes=10)

0 commit comments

Comments
 (0)