30 */2 * * * *
this expression runs every 2 minutes starting form 30 seconds. Say for example I'm starting cron job at 5 Pm. cron job start executing at 5:00:30, 5:02:30, 5:04:30 in (HH:MM:Sec). But I need the solution to execute every 2 minutes 30 seconds. like 5:02:30, 5:05:00, 5:07:30 this.