mntx throtling #629

Merged
tech merged 1 commits from mntx-627 into main 2026-03-04 04:04:55 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5629f5fcb2 - Show all commits

View File

@@ -50,7 +50,7 @@ type cardPayoutProcessor struct {
dispatchMu sync.Mutex dispatchMu sync.Mutex
nextDispatchAllowed time.Time nextDispatchAllowed time.Time
retryPolicy payoutFailurePolicy retryPolicy payoutFailurePolicy
retryDelayFn func(attempt uint32) time.Duration retryDelayFn func(attempt uint32) time.Duration
retryMu sync.Mutex retryMu sync.Mutex

View File

@@ -50,4 +50,3 @@ func TestPayoutFailureReason(t *testing.T) {
t.Fatalf("failure reason mismatch: got=%q want=%q", got, want) t.Fatalf("failure reason mismatch: got=%q want=%q", got, want)
} }
} }