#kamran5446
1 messages · Page 1 of 1 (latest)
Hi there!
hi
You can learn more about this type of error here: https://stripe.com/docs/rate-limits#object-lock-timeouts
yes but how can i solve this issue? it isn't my code who is throwing this error
either it stripe or djstripe
You can see in the user-argent of the request that it was made by dj-stripe.
We are not familiar with this code, so you should contact dj-stripe creator directly.
stripe.max_network_retries = 2
will this be helpful?
Yes. As mentioned in the error message itself, if you don't see this error often, then you just need to retry the request. Either do that manually or use max_network_retries.
is this setting availabe in stripe dashboad or somewhere in code?
Only in code.