Skip to content

Check number of pending webhooks to avoid connection limit

kartik1000 requested to merge kartik1000/stripe:Feature#1844 into master

Have used PaymentprocessorWebhook v4 API, to fetch the current non-processed webhooks. Then if its count is greater than let's say 50, then we do not need to process this webhook simultaneously.

Merge request reports