feat: soft-limit webhook warnings #538 - #742
Open
Sulamoney222 wants to merge 1 commit into
Open
Conversation
Add partner-token overage soft-limit warning webhooks before hard cutoff, with threshold config, deduped enqueue, at-least-once delivery ledger, and quota-path integration. Closes Chronopay-Org#538
|
@Sulamoney222 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR adds partner-token overage soft-limit warning webhooks so partners get an early warning before quotas hard-cut them off. Includes configurable thresholds, deduplicated enqueueing, and at-least-once delivery with ack tracking in a durable ledger.
Related Issue
Closes #538
Changes
Soft-limit warning engine
[ADD]
src/services/partnerTokenSoftLimitService.ts(0, 1](default0.8) + HTTPS webhook URL.{partnerId}:{roundedPct}:{15minWindow}to avoid warning storms.pending/failed/ackedand retry until ack (at-least-once).maybeEnqueueSoftLimitWarning.[ADD]
src/db/migrations/021_create_partner_token_delivery_ledger.tspartner_token_soft_limit_config,partner_token_delivery_ledger.[MODIFY]
src/services/partnerQuotaService.ts[MODIFY]
src/routes/webhooks.ts/api/v1/webhooks/partner-token/*.[ADD]
src/services/__tests__/partnerTokenSoftLimitService.test.ts[ADD]
docs/partner-token-soft-limit.mdVerification Results
ackedonly after HTTP 2xxpending/faileduntil ack