0 * * /5 * ?
I want to execute a job with an interval of five days for once daily.I'll give my starting date and ending date as startAt() and endAt() will it gives me correct scheduling?
Cron expression for running a job once in 5 days is
0 0 */5 * *