|
...
|
...
|
@@ -16,8 +16,8 @@ class Kernel extends ConsoleKernel |
|
|
|
protected function schedule(Schedule $schedule)
|
|
|
|
{
|
|
|
|
// 每日更新最新模块
|
|
|
|
$schedule->command('template_label')->dailyAt('01:00')->withoutOverlapping(1);//最新模块
|
|
|
|
$schedule->command('popular_template_label')->dailyAt('01:30')->withoutOverlapping(1);//热门模块
|
|
|
|
// $schedule->command('template_label')->dailyAt('01:00')->withoutOverlapping(1);//最新模块
|
|
|
|
// $schedule->command('popular_template_label')->dailyAt('01:30')->withoutOverlapping(1);//热门模块
|
|
|
|
// $schedule->command('inspire')->hourly();
|
|
|
|
$schedule->command('remain_day')->dailyAt('09:00')->withoutOverlapping(1); // 项目剩余服务时长
|
|
|
|
$schedule->command('rank_data_task')->everyMinute()->withoutOverlapping(1); // 排名数据更新任务
|
...
|
...
|
|