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 cf1e792 commit 9849591Copy full SHA for 9849591
services/director-v2/src/simcore_service_director_v2/models/dynamic_services_scheduler.py
@@ -406,7 +406,7 @@ def endpoint(self) -> AnyHttpUrl:
406
407
paths_mapping: PathMappingsLabel # overwrites in DynamicSidecarServiceLabels
408
409
- is_collaborative: bool
+ is_collaborative: bool = False
410
411
user_preferences_path: Path | None = None
412
callbacks_mapping: Annotated[CallbacksMapping, Field(default_factory=dict)]
0 commit comments