#tvanantwerp-stripe-node-error
1 messages · Page 1 of 1 (latest)
Hello 👋
Give me a moment to take a look
do you have an account ID you can share?
Example:
Account ID: acct_18FNIjIrVKPx1UbB
Time: Aug 1, 2022 8:46:42 AM UTC
And I don't know if it's relevant, but we're using this syntax for hitting lists: https://github.com/stripe/stripe-node#async-iterators-for-await-of
I see, I'm looking into the errors but in the meantime have you tried configuring automatic retries?
https://github.com/stripe/stripe-node#network-retries
I haven't, but that would be something good to add.
yup, so far I'm not seeing any indication of rate limiting errors in past couple of weeks
It is possible that the network blipped out for a second there
I believe adding automatic retries should resolve this
Thanks! Hopefully this is what I need to solve this issue.