I want to run a job every 1 hr 10 minutes and 20 seconds.
For this i have tried with the following cron expression.
"0/4220 * * * * ?"
But I cannot set more than 60 seconds. what will be the cron expression for the above need?
I want to run a job every 1 hr 10 minutes and 20 seconds.
For this i have tried with the following cron expression.
"0/4220 * * * * ?"
But I cannot set more than 60 seconds. what will be the cron expression for the above need?
Instead of Quartz cron, we can use the simple trigger for this scenario.
In simple trigger we can use based on our need like the following.
We can convert the whole thing as seconds and we can repeat it.
For the 15 minutes and 10 seconds, I have used like the following. Even we can convert in minutes itself.