Skip to content

Commit

Permalink
feat: Add method to start processing in Record
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jun 27, 2024
1 parent 1b86183 commit 741a427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/server/service/coordinator/node/record.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ func (r *Record) Start(ctx context.Context) error {
return err
}

r.proc.Start(ctx)

return nil
}

Expand Down

0 comments on commit 741a427

Please sign in to comment.