}
// $schedule->command('backup:clean')->daily()->at('04:00');
// $schedule->command('backup:run')->daily()->at('05:00');
- $schedule->command('cubist:search:index PMI fr')->cron('5 */6 * * *');
- $schedule->command('cubist:search:index PMI en')->cron('20 */6 * * *');
- $schedule->command('cubist:search:index MICHSCI fr')->cron('35 */6 * * *');
- $schedule->command('cubist:search:index MICHSCI en')->cron('45 */6 * * *');
- $schedule->command('cubist:search:index MICHSCI de')->cron('55 */6 * * *');
+ $schedule->command('cubist:search:index PMI fr')->cron('0 4 * * *');
+ $schedule->command('cubist:search:index PMI en')->cron('0 5 * * *');
+ $schedule->command('cubist:search:index MICHSCI fr')->cron('0 6 * * *');
+ $schedule->command('cubist:search:index MICHSCI en')->cron('0 7 * * *');
+ $schedule->command('cubist:search:index MICHSCI de')->cron('0 8 * * *');
}
/**