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
Yogesh Malbhage 18Yogesh Malbhage 18 

Batch Apex job finishes unexpectedly

apex batch class (Database.Batchable) doesn't process all the batches if batch execute method takes long time to run but within limits. 
It stops processing batches after some number of processed records and finishes unexpectedly. No error is reported, no exception is thrown

Could you please provide solution to this?
Raj VakatiRaj Vakati
Can you check the below points 
  1. See the batch job Query where conditions 
  2. See the batch job status 
  3. see its running with Sys admin or not