Skip to content

Commit

Permalink
Updated go & sum
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed Dec 22, 2023
1 parent 15652d1 commit 5f89bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/handler/messaging.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (h *Messaging) processMessageQueue(message mq.Message) {
}
}(message)

// Requeues the message a set number of times before rejecting it
// Requeues the message a set number of times prior to rejecting it
rejectRequeue := func(message mq.Message) func(func(bool), *InsightsMessage, int, string, error) {
return func(rejectMessage func(bool), incoming *InsightsMessage, retryAttemptLimit int, target string, err error) {
incoming.RequeueAttempts++
Expand Down

0 comments on commit 5f89bf6

Please sign in to comment.