Level 3
should be like this 0 0 */3 * *
you can always double check here.. https://crontab.guru/#0_0_/3__*
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I want to schedule some task that runs after every 3rd day at 12AM. I'm bit confused that below code will works for me?
$schedule->command('backup:start)->cron('* 12 * * */3');
should be like this 0 0 */3 * *
you can always double check here.. https://crontab.guru/#0_0_/3__*
Please or to participate in this conversation.