feat(payments): enhance payment model migrations and update event handling

This commit is contained in:
Stevan Freeborn
2026-01-04 21:32:30 -06:00
parent d27e33a69b
commit 4f485644eb
9 changed files with 109 additions and 102 deletions
@@ -11,7 +11,7 @@ internal static class FixedRateLimitPolicy
partitionKey: context.Connection.RemoteIpAddress?.ToString() ?? "unknown",
factory: static partition => new FixedWindowRateLimiterOptions
{
PermitLimit = 10,
PermitLimit = 100,
Window = TimeSpan.FromHours(1),
QueueProcessingOrder = QueueProcessingOrder.OldestFirst,
QueueLimit = 0