修改刷表

This commit is contained in:
邓皓元 2019-08-15 17:00:05 +08:00
parent 2538e6116b
commit 79b03d3fc7

View File

@ -38,7 +38,7 @@ class Kernel extends ConsoleKernel
$schedule->call(function () {
DB::select('refresh materialized view ckb_order_cards');
})->cron('* */4 * * *')->name('refresh_ckb_order_cards')->withoutOverlapping()->appendOutputTo($logPath);
})->cron('0 2 * * *')->name('refresh_ckb_order_cards')->withoutOverlapping()->appendOutputTo($logPath);
}
/**