I want to run cron job in following manner
00:00 00:50 01:40 02:30 and so on
how can i setup cron tab so it works like this
I want to run cron job in following manner
00:00 00:50 01:40 02:30 and so on
how can i setup cron tab so it works like this
You should try this:
$schedule->command('import:production')->cron('*/50 * * * * *')->withoutOverlapping();