on ‎2021 Oct 06 8:19 AM
Hi SAP Community, We are developing an API proxy above a SAP Successfactors to pull data out of SuccessFactors.
Due to the huge load of data, SuccessFactors is taking more than 55 seconds to respond. I would like to check if there is a way to increase the timeout settings in the proxy level or at the platform level?
Thank you.
Request clarification before answering.
Hi!
Yes, this is possible by using endpoint properties. Check out apigee documentation.
I think you're looking for "keepalive.timeout.millis" and "connect.timeout.millis"
Regards,
Cedric
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Cedric, Should I add them in proxy endpoint?
You can find the difference between TargetEndpoint and ProxyEndpoint as well inside the linked documentation. So you can differ, what suits you more 🙂
Yes, you're right. The documentation from SAP is limited. But I've got the feeling they are trying to collect necessary things - fingers-crossed ,-)
Check out this link to SAP Documentation and find the parameters too.
Sorry, I thought it was not possible to change a timeout for a proxy, here is the limits documentation page. We had a similar issue with the SF API but resolved it using pagination.
In general, we've found 55s timeout to be very restrictive and would like to be able to increase it where required but I thought it was not possible.
Regards,
Alexey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexey, i think now we can increase the timeout beyond 55 seconds. Please refer to this article. You will need to contact SAP support to increase timeout settings at platform level
https://launchpad.support.sap.com/#/notes/0003078092
I just had the same issue. Unfortunately, it's not possible to extend it beyond 55s as per this note: https://me.sap.com/notes/2680530/E
So we unfortunately need to try to use pagination or request fewer data per call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.