mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
update dependencies basic
This commit is contained in:
@@ -31,6 +31,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('cache:prune-stale-tags')->hourly();
|
||||
$schedule->command('exam:assign_cronjob')->everyMinute()->withoutOverlapping();
|
||||
$schedule->command('exam:checkout_cronjob')->everyFiveMinutes()->withoutOverlapping();
|
||||
$schedule->command('exam:update_progress --bulk=1')->hourly()->withoutOverlapping();
|
||||
|
||||
Reference in New Issue
Block a user