Skip to content

Commit

Permalink
penv-668 todo
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRadist committed Oct 1, 2020
1 parent e38c5d5 commit 118da1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etl/processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (p *Processor) Start(ctx context.Context) error {
return
}
err := p.process(ctx, t.JD)
// todo remove this in penv-667
if err != nil {
log.Error(err)
p.taskC <- t
Expand Down

0 comments on commit 118da1d

Please sign in to comment.