Skip to content

Commit

Permalink
DEV-4420; leaving barred
Browse files Browse the repository at this point in the history
  • Loading branch information
i.navrotskyj committed Aug 20, 2024
1 parent dfa3ba7 commit 9c4ef4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions queue/queue_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ func (queueManager *QueueManager) DistributeAttempt(attempt *Attempt) (QueueObje
} else {
attempt.Log("this destination is barred")
}
queue.Leaving(attempt)
return nil, nil
}

Expand Down

0 comments on commit 9c4ef4d

Please sign in to comment.