You need to sign in to do that
Don't have an account?

Schedule my scheduler class every 30 minutes
Hi I have a scheduler class which implements Schedulable and in the execute method I am executing a batch using
SynchronizerBatch batch = new SynchronizerBatch(UserInfo.getSessionId(),query);
Database.executeBatch(batch,1);
How do I schedule this scheduler class every 30 minutes in salesforce?
SynchronizerBatch batch = new SynchronizerBatch(UserInfo.getSessionId(),query);
Database.executeBatch(batch,1);
How do I schedule this scheduler class every 30 minutes in salesforce?

Solution is here: https://developer.salesforce.com/forums/ForumsMain?id=906F00000008zElIAI (https://developer.salesforce.com/forums/ForumsMain?id=906F00000008zElIAI" target="_blank)