I have a scenario where i need to call a Remote Action which makes a callout in a loop until i get some results from the external service. Reason to call it in a loop is that if for some input service returns null, i need to increase input and call service again. I am getting this warning email :
Caused the following Apex resource warnings: Number of callouts: 80 out of 100
Should i do something to handle this warning ?