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
levaleva 

Apex job hanging

Am trying to run a scheduled job using @future. The job sits in the Apex Job queue with "Processing" status. How can I debug what's going on. I do not get debug log out. The job is trying update ~1000 records

 

 

Thank you