add onetime plan

This commit is contained in:
Tokumeikoi
2020-02-28 01:12:55 +08:00
parent 0f9cb9696d
commit e7fd81bf4c
6 changed files with 31 additions and 56 deletions

View File

@ -28,7 +28,6 @@ class Kernel extends ConsoleKernel
$schedule->command('v2board:cache')->hourly();
// check
$schedule->command('check:order')->everyMinute();
$schedule->command('check:expire')->everyMinute();
$schedule->command('check:commission')->everyMinute();
// reset
$schedule->command('reset:traffic')->monthly();