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 35b6844 commit 77f85bfCopy full SHA for 77f85bf
services/director-v2/src/simcore_service_director_v2/modules/comp_scheduler/_scheduler_dask.py
@@ -353,7 +353,7 @@ async def _process_task_result(
353
)
354
task_final_state = RunningState.SUCCESS
355
elif isinstance(result, ComputationalBackendTaskResultsNotReadyError):
356
- # we did not manage to get the current state of the task
+ # Task result retrieval failed due to communication error, task will be retried
357
# so we keep it as is
358
assert task.job_id # nosec
359
return False, task.job_id
0 commit comments