We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a16a0 commit 2ba631bCopy full SHA for 2ba631b
apps/matching-service/processes/performmatches.go
@@ -78,7 +78,6 @@ func PerformMatching(rdb *redis.Client, matchRequest models.MatchRequest, ctx co
78
}, keys...)
79
if err != nil {
80
// transaction failed, so will retry
81
- println(err)
82
// Handle error (like retry logic could be added here)
83
// return fmt.Errorf("transaction execution failed: %v", err)
84
if errors.Is(err, models.ExistingUserError) {
0 commit comments