I am getting some data from the database which is around 5000 rows and using webservice to load into the app but the app some how stucks as it keep says Pending and not showing the error or if its complete.
I have added alerts and logs on both service error and complete but nothing shows up. I have tried increasing the service timeout as well incase thats the issue but still service wont respond.
taskList.execute({timeout: 1500000});
When I changed the data from 5000 to 2500 rows then it works fine.
Please help its urgent.