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 f2b3866 commit acd04a6Copy full SHA for acd04a6
services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler/_scheduler_base.py
@@ -86,6 +86,10 @@ def _auto_schedule_callback(
86
project_id: ProjectID,
87
iteration: Iteration,
88
) -> Callable[[], None]:
89
+ """this function is called via Dask-backend from a separate thread.
90
+ Therefore the need to use run_coroutine_threadsafe to request a new
91
+ pipeline scheduling"""
92
+
93
def _cb() -> None:
94
async def _async_cb() -> None:
95
await request_pipeline_scheduling(
0 commit comments