Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

How to fix GET call timing out

Avatar

Employee

Hi experts,

we have a get api which fetches a large amount of data in sort of a DFS fashion.

Like this A- is linked with B, B is linked with C, 

then it should get all A,B,C along with all the labels of all A,B,C and the version history of each of the files.

Then we build our UI upon this to should a is linked with b and C and in in the drop down any version can be selected and the corresponding file.

this works for a small sets of links, but when we have a very large set with loads of version history the ui often times out saying that the GET call failed but the call returns data in like 15-20 min.

In cloud it times out in 60 sec. 

Can you please help us as to how to change this design. so that the call does not time out.   we start crawling from the seed file so any help would be great. we do cache the data once called.

1 Reply

Avatar

Community Advisor

Could the server you are calling for data be rate-limiting your requests based on ip or user account?