-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeout issues on some SDK calls #297
Comments
Hi, I think I was one of the main reporters on this issue. This still occurs for us. Is there any progress on this? Is this happening only using the php-sdk? I am ready to use our environment for additional debugging if required. |
@mickaelpois I believe this is not an issue anymore. Can you take a look? |
Hi @iammichiel, |
Just for you info, we experienced another timeout last week : More precisely : $mangoUser = $this->mango->Users->Get($user->getMangoId()); Might not want to consider this as closed. |
Hi @iammichiel, |
Yes, we had only one occurence of the timeout over the last 7 days. The logs do not go further. I will let you know if this occurs again. |
Thanks @iammichiel ! |
We just experienced another timeout :
|
Hi @iammichiel we're looking into it |
@iammichiel is his happening on staging, or production? |
@iammichiel also, can you confirm the version of the SDK? |
I wouldn't bother you if this happened on staging. :) This is a production issue. We are using the 3.0.0 version of the SDK, but this has been the case for a couple of months, meaning, it also occurred using the 2.x version of the SDK. If this has any value for you, our env making those calls is hosted on AWS in the eu-west-region (Ireland). I'll add I was convinced at first, it had something to do with the Rate-limiting but I can confirm that we were very far from the Rate-limit when this timeout occured. |
And another timeout : Jul 4, 2020 9:02:00 AM UTC. |
And another timeout this morning : |
Hi @iammichiel |
Yeah, sure. Perhaps, we can switch to a email to setup that call ? You can contact me at michiel at ouistock dot fr. |
Hi @iammichiel mail sent, let me know if you don't receive it |
Happy to see this has been reported by others. We are also experiencing the same from time to time. It can be sporadic with just one timeout or can also last for multiple requests 10-20 feeling like an outage. I have been in talks with the support to provide specific api calls that failed and will revert if we get any more information. It seems that mangopay responds with 200 but not under 30 seconds. |
Some PHP SDK users are always complaining about random timeouts when calling our services.
Most of time, calls has been successfully received by our servers and Payins, Transferts, Payouts, etc. are well processed.
We will try in the following months to find some ways to enhance this, avoiding extra manual checks to ensure call has been done safely.
The text was updated successfully, but these errors were encountered: