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 0ed3f04 commit c450bfcCopy full SHA for c450bfc
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/director_v0/_setup.py
@@ -21,6 +21,7 @@ async def _on_startup() -> None:
21
"set_to_app_state",
22
},
23
base_url=settings.DYNAMIC_SCHEDULER_DIRECTOR_V0_SETTINGS.endpoint,
24
+ tracing_settings=settings.DYNAMIC_SCHEDULER_TRACING,
25
)
26
thin_client.set_to_app_state(app)
27
thin_client.attach_lifespan_to(app)
0 commit comments