Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 22, 2024
1 parent 8c373f2 commit 55a16a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/matching-service/processes/performmatches.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func PerformMatching(rdb *redis.Client, matchRequest models.MatchRequest, ctx co
return nil
}, keys...)
if err != nil {
// transaction failed
// transaction failed, so will retry
println(err)
// Handle error (like retry logic could be added here)
// return fmt.Errorf("transaction execution failed: %v", err)
Expand Down

0 comments on commit 55a16a0

Please sign in to comment.