Skip to content

Commit 55a16a0

Browse files
committed
docs: update comment
1 parent 8c373f2 commit 55a16a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/matching-service/processes/performmatches.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func PerformMatching(rdb *redis.Client, matchRequest models.MatchRequest, ctx co
7777
return nil
7878
}, keys...)
7979
if err != nil {
80-
// transaction failed
80+
// transaction failed, so will retry
8181
println(err)
8282
// Handle error (like retry logic could be added here)
8383
// return fmt.Errorf("transaction execution failed: %v", err)

0 commit comments

Comments
 (0)