mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update: remove cache token
This commit is contained in:
parent
84ce0cc0c9
commit
7faa56a4fd
@ -29,7 +29,6 @@ class Kernel extends ConsoleKernel
|
|||||||
Cache::put(CacheKey::get('SCHEDULE_LAST_CHECK_AT', null), time());
|
Cache::put(CacheKey::get('SCHEDULE_LAST_CHECK_AT', null), time());
|
||||||
// v2board
|
// v2board
|
||||||
$schedule->command('v2board:statistics')->dailyAt('0:10');
|
$schedule->command('v2board:statistics')->dailyAt('0:10');
|
||||||
$schedule->command('cache:token')->everyMinute();
|
|
||||||
// check
|
// check
|
||||||
$schedule->command('check:order')->everyMinute();
|
$schedule->command('check:order')->everyMinute();
|
||||||
$schedule->command('check:commission')->everyMinute();
|
$schedule->command('check:commission')->everyMinute();
|
||||||
|
Loading…
Reference in New Issue
Block a user