From 6f18c42581d0a1433eceed0a9d451e680a4f661c Mon Sep 17 00:00:00 2001 From: Steven Landers Date: Wed, 11 Oct 2023 18:39:38 -0400 Subject: [PATCH] updating comment --- types/occ/scheduler.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/occ/scheduler.go b/types/occ/scheduler.go index 345b079a9..e6fe49520 100644 --- a/types/occ/scheduler.go +++ b/types/occ/scheduler.go @@ -110,7 +110,8 @@ func (s *scheduler) validateAll(ctx sdk.Context, tasks []*Task) ([]*Task, error) return res, nil } -// ExecuteAll (SHELL) executes all tasks concurrently, and returns a result with all completed tasks and all conflicts +// ExecuteAll executes all tasks concurrently +// Tasks are updated with their status // TODO: retries on aborted tasks // TODO: error scenarios func (s *scheduler) executeAll(ctx sdk.Context, tasks []*Task) error {