Skip to content

Check number of pending webhooks to avoid connection limit

mattwire requested to merge pendingwebhook 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