Java spring - I have following cron expression for cron job.
0 0/35 * * * ?
But above mentioned cron expression fires once in an hour and like as follows
1:35 2:35 3:35 4:35
I want to fire every after 35 mins instead once in an hour
any quick suggestion ?