I have a lot of sales that go through via Stripe and I need to lookup people's email addresses using Pabbly's "Retrieve a Customer by ID". I on a daily basis get a number of failed look-ups as it times out and failed. I get the following message from Pabbly / Stripe:
{
"error > code": "lock_timeout",
"error > doc_url": "https://stripe.com/docs/error-codes/lock-timeout",
"error > message": "This object cannot be accessed right now because another API request or Stripe process is currently accessing it. If you see this error intermittently, retry the request. If you see this error frequently and are making multiple concurrent requests to a single object, make your requests serially or at a lower rate.",
"error > type": "invalid_request_error"
}
I believe we need to update Pabbly to submit it's look-up request sequentially, so that it doesn't keep failing.
Pabbly support you can see some of these failed runs using the following task IDs:
IjgwMTgwODY0Ig_3D_3D
Ijc5NTg0OTU2Ig_3D_3D
Stripe had the following help: https://stripe.com/docs/error-codes#lock-timeout
Can Pabbly Support help with this?
Thank you in advance.
{
"error > code": "lock_timeout",
"error > doc_url": "https://stripe.com/docs/error-codes/lock-timeout",
"error > message": "This object cannot be accessed right now because another API request or Stripe process is currently accessing it. If you see this error intermittently, retry the request. If you see this error frequently and are making multiple concurrent requests to a single object, make your requests serially or at a lower rate.",
"error > type": "invalid_request_error"
}
I believe we need to update Pabbly to submit it's look-up request sequentially, so that it doesn't keep failing.
Pabbly support you can see some of these failed runs using the following task IDs:
IjgwMTgwODY0Ig_3D_3D
Ijc5NTg0OTU2Ig_3D_3D
Stripe had the following help: https://stripe.com/docs/error-codes#lock-timeout
Can Pabbly Support help with this?
Thank you in advance.