}
// $schedule->command('backup:clean')->daily()->at('04:00');
// $schedule->command('backup:run')->daily()->at('05:00');
- $schedule->command('cubist:search:index PMI all')->cron('35 */6 * * *');
- $schedule->command('cubist:search:index MICHSCI all')->cron('5 */6 * * *');
+ $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 * * *');
}
/**