131
Views
3
Comments
Batch Processing Time Out Error
Question

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

BatchProcessError.PNG
2026-01-14 17-10-14
Bruno Gonçalves

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 

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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

2019-11-01 16-10-49
Nélio Dionisio

Hi Jegan,

 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 :) .

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.