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 d39424a commit ff9464cCopy full SHA for ff9464c
services/director-v2/src/simcore_service_director_v2/core/settings.py
@@ -83,7 +83,7 @@ class ComputationalBackendSettings(BaseCustomSettings):
83
description=f"Default file link type to use with computational backend on-demand clusters '{list(FileLinkType)}'",
84
)
85
COMPUTATIONAL_BACKEND_MAX_WAITING_FOR_CLUSTER_TIMEOUT: datetime.timedelta = Field(
86
- default=datetime.timedelta(minutes=30),
+ 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).",
89
0 commit comments