While performing Batch processing job for 4500 records from excel we are facing time out error.
What is the best way to handle this issue . Screenshot attached for reference
Usually you divide bulk operations into some reasonable amount. Process that amount and wake the timer to handle the next batch...
Handle 1000 excel records at a time. 5 executions and you're done
Hi Jegan,
There is a training video specifically on the topic of heavy timers. It is worth watching it get some thoughts on how to make your timer handle large volume of data.
https://www.outsystems.com/learn/lesson/1133/master-class-on-best-practices-and-timers/?LearningPathId=0
Regards,
Daniel
I recommend you to see this: https://www.outsystems.com/learn/lesson/1749/heavy-timers/ (see after 4 min and 12 sec)
Hope this can help you :) .