how to schedule the different timings for same job.
For ex: I have a job(asssume job name is = "job1")
the job1 have diff timers(20 * * * * ?
) and (0 0/2 * * * ?
)
First timer need to schedule every 20 seconds and second timer need to schedule every 2 minutes.
My problem is the last timer only scheduling.