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 1d30582 commit 9b4935eCopy full SHA for 9b4935e
services/director-v2/src/simcore_service_director_v2/core/settings.py
@@ -102,7 +102,7 @@ class ComputationalBackendSettings(BaseCustomSettings):
102
COMPUTATIONAL_BACKEND_MAX_WAITING_FOR_RETRIEVING_RESULTS: Annotated[
103
datetime.timedelta,
104
Field(
105
- description="maximum time the computational scheduler waits until retriving results from the computational backend is failed"
+ description="maximum time the computational scheduler waits until retrieving results from the computational backend is failed"
106
"(default to seconds, or see https://pydantic-docs.helpmanual.io/usage/types/#datetime-types for string formatting)."
107
),
108
] = datetime.timedelta(minutes=10)
0 commit comments