cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
philippeaddor
Active Participant
0 Likes

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.