schedule
Parameters
The unique name of a job that has already been registered
The time between jobs. Specify a value to make the job repeated. If the period is null then the job will be treated asa one time Job It is advised to use a minimum of 1 minute, so you don't choke your resources
if delay is not specified or is set to zero, The job will run at the next minute
The job wil not be repeated if it is after this time
The job wil not be repeated after this number of cycles
The number of retries if the job execution fails. Falls back to the Job.retries of the Job if not specified
The data that will be made available to your job during execution. Note that 'cycleNumber' is a reserved name and should not be included
What do you want to happen when the job runner finds that the job start time is in the past. This can happen when the job does no run at the start time because the system is down or was not handled by the job runner
Parameters
The unique name of a job that has already been registered
The time between jobs. Specify a value to make the job repeated. This will be set to 1 minute if it is null and maxCycles !=null If the period is null then the job will be treated asa one time Job It is advised to use a minimum of 1 minute which is the highest precision, so you don't choke your resources
The job wil not be repeated if it is after this time
The job wil not be repeated after this number of cycles.
The number of retries if the job execution fails. Falls back to the Job.retries of the Job if not specified
the data that will be made available to your job during execution
What do you want to happen when the job runner finds that the job start time is in the past. This can happen when the job does no run at the start time because the system is down or was not handled by the job runner