function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Priyanka ITSPriyanka ITS 

What happens when one execute method fails?

Best Answer chosen by Priyanka ITS
Shubham_KumarShubham_Kumar
Hi Priyanka 
Even if one of your batch fails due to some database error, the others will continue to run.

All Answers

Shubham_KumarShubham_Kumar
Hi Priyanka 
Even if one of your batch fails due to some database error, the others will continue to run.
This was selected as the best answer
Priyanka ITSPriyanka ITS
Thanks Kumar for the response.