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
StoneShot_GazStoneShot_Gaz 

Cron Expression for scheduler question

Hi there 


If I were to use the cron expression '0 31 12/2 8/1 7/1 ? 2011/1' (I would like to schedule a job starting from 12:31pm 08/07/2011 which fires every 2 hours as an example), would this expression 

a) fire every 2 hours indefinitely or 
b) fire every 2 hours until the end of that day/month/year?

 

Any help would be greatly appreciated.

Shashikant SharmaShashikant Sharma

try this , Cron Expression to fire the trigger every two Hours:

 

0 0 0/2 * * ? 

sfdc_nicksfdc_nick

Hi