Compare commits

...

2 Commits

Author SHA1 Message Date
eda5bf19ad Merge pull request 'mntx throtling' (#629) from mntx-627 into main
All checks were successful
ci/woodpecker/push/gateway_mntx Pipeline was successful
Reviewed-on: #629
2026-03-04 04:04:53 +00:00
Stephan D
5629f5fcb2 mntx throtling 2026-03-04 05:04:34 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ type cardPayoutProcessor struct {
dispatchMu sync.Mutex
nextDispatchAllowed time.Time
retryPolicy payoutFailurePolicy
retryPolicy payoutFailurePolicy
retryDelayFn func(attempt uint32) time.Duration
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)
}
}