瀏覽代碼

removed Que worker from cron jobs

AVMG20 4 年之前
父節點
當前提交
a0b5434c13
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Console/Kernel.php

+ 0 - 1
app/Console/Kernel.php

@@ -26,7 +26,6 @@ class Kernel extends ConsoleKernel
     protected function schedule(Schedule $schedule)
     {
         $schedule->command('credits:charge')->hourly();
-        $schedule->command('queue:work --once')->everyMinute();
 
         //log cronjob activity
         $schedule->call(function () {