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
Rocio VivancoRocio Vivanco 

How can I know how many records my batch job processed?

Hi all,

I am confuse about how batch jobs work. I scheduled an APEX job to run once a week. The job has run, but I don't know how many records it worked. The job run every minute from 00:00 - 13:42. It seems that my batch job has been processed 734 times:

User-added image
in each loop (734 loops) it processed 5 batch jobs. I guess that is what my screenshot describes.
I would appreciate answers about:

- What is Total Batches?
- What is Batches processed?
- What these 734 loops could mean?
NagendraNagendra (Salesforce Developers) 
Hi Rocio,

May I suggest you please check with below Salesforce help document which might help you with the above issue. Please let us know if this helps.

Kindly mark this as solved if it's resolved.

Thanks,
Nagendra
Rocio VivancoRocio Vivanco
Thanks Nagendra, but I still don't understand as per your link and this is not answering my question.
Can please somebody explain me what my screenshot shows and answer my questions?