Skip to content

Commit

Permalink
updating comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenlanders committed Oct 11, 2023
1 parent 244f21d commit 6f18c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/occ/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6f18c42

Please sign in to comment.