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
Darshit Pathak 3Darshit Pathak 3 

How to know available time slot for scheduling an apex batch?

Salesforce has a limitation of of scheduling only 5 jobs in flex queue. So batches must be scheduled in such a way to make sure this limit.
How do I identify suitable time slot to schedule my batch?    
RakeshRakesh (Salesforce Developers) 
Hi Darshit,

Please refer the below links, to get an idea about Batch & Schedule Apex jobs.

Knowledge Article: https://help.salesforce.com/articleView?id=000182449&language=en_US&type=1
Documentation : https://help.salesforce.com/articleView?id=code_schedule_batch_apex.htm&type=5

Please make it as solved if this helps you.

Thanks,
Rakesh Thota