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 453a72a commit 24e5ba9Copy full SHA for 24e5ba9
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/services/generic_scheduler/_core.py
@@ -478,7 +478,7 @@ async def _on_schedule_event(self, schedule_id: ScheduleId) -> None:
478
479
_logger.debug("Operation completed: steps_statuses=%s", steps_statuses)
480
481
- # NOTE: at this point all steps are in a final status
+ # at this point all steps are in a final status
482
if step_group.repeat_steps is True and is_creating:
483
await self._continue_as_repeating_steps(
484
schedule_data_proxy,
0 commit comments