schedule Periodic
Parameters
The unique name of a job that has already been registered
This would influence the start time of the periodic task
Specify tight constraints on the frequency and interval of execution. Take a look at Periodic.Companion.everyDay
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
Specify tight constraints on the frequency and interval of execution. Take a look at Periodic.Companion.everyDay
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