Hello Laravel cronjob is not shooting with the time give in following code
$schedule->command('snippets:newsletter')
->dailyAt('16:00')->runInBackground();
But when I am running this command it's going perfect
$schedule->command('snippets:newsletter')
->everyMinute()->runInBackground();
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire