Skip to content

Commit

Permalink
WTEL-4748
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed Jul 10, 2024
1 parent 88df813 commit 4f3acbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue/queue_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ func (queueManager *QueueManager) ReportingAttempt(attemptId int64, result model
if err != nil {
attempt.Log(err.Error())
}
if err != errNotFoundConnection {
if err != errNotFoundConnection && attempt.state != model.MemberStateProcessing {
return err
}
}
Expand Down

0 comments on commit 4f3acbc

Please sign in to comment.