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 716880d commit 4eb52bdCopy full SHA for 4eb52bd
services/director-v2/src/simcore_service_director_v2/core/settings.py
@@ -85,7 +85,7 @@ class ComputationalBackendSettings(BaseCustomSettings):
85
COMPUTATIONAL_BACKEND_MAX_WAITING_FOR_CLUSTER_TIMEOUT: datetime.timedelta = Field(
86
default=datetime.timedelta(minutes=10),
87
description="maximum time a pipeline can wait for a cluster to start"
88
- "(default to seconds, or see https://pydantic-docs.helpmanual.io/usage/types/#datetime-types for string formating).",
+ "(default to seconds, or see https://pydantic-docs.helpmanual.io/usage/types/#datetime-types for string formatting).",
89
)
90
91
@cached_property
0 commit comments