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 6ae5537 commit 2cade74Copy full SHA for 2cade74
services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler/_scheduler_dask.py
@@ -325,7 +325,7 @@ async def _process_task_result(
325
iteration: Iteration,
326
run_id: PositiveInt,
327
) -> tuple[bool, str]:
328
- """will return True and the job id if the task was successfully processed and can be released from the dask cluster"""
+ """Returns True and the job ID if the task was successfully processed and can be released from the Dask cluster."""
329
_logger.debug("received %s result: %s", f"{task=}", f"{result=}")
330
task_final_state = RunningState.FAILED
331
simcore_platform_status = SimcorePlatformStatus.OK
0 commit comments