diff --git a/internal/worker/command_blender.go b/internal/worker/command_blender.go index 044d34f6..4711e37b 100644 --- a/internal/worker/command_blender.go +++ b/internal/worker/command_blender.go @@ -41,7 +41,7 @@ func (ce *CommandExecutor) cmdBlenderRender(ctx context.Context, logger zerolog. logChunker := NewLogChunker(taskID, ce.listener, ce.timeService) lineChannel := make(chan string) - // Process the output of Blender. + // Process the output of Blender in its own goroutine. wg := sync.WaitGroup{} wg.Add(1) go func() {