Replies: 4 comments
-
Is this still an issue? |
Beta Was this translation helpful? Give feedback.
-
I am gonna assume this is still an issue so will not use Commerce for 3000+ subscriptions. |
Beta Was this translation helpful? Give feedback.
-
Hi @sjelfull & @philipboomy On the face of it, this sounds like an infrastructure issue more than a Commerce issue. This is similar to having 400 requests sent to Processing a webhook has to happen in realtime because Stripe is expecting a response and that response has to have the correct data, we can't just reply If you feel like there are certain events you believe can be handled asynchronously then you could select those specific events in Stripe and point them to your own custom controller action. You would then have free reign over handling things with a queue job. Thanks. |
Beta Was this translation helpful? Give feedback.
-
@nfourtythree Appreciate you getting back to me on this. Helps me plan ahead. |
Beta Was this translation helpful? Give feedback.
-
Description
When Stripe fires 400+ webhooks when subscriptions renew, some of them will eventually fail because of the strain. Could you add a option to process the webhooks through the queue?
Beta Was this translation helpful? Give feedback.
All reactions