lundi 16 mars 2020

Laravel cron not shooting on the given time

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