소스 검색

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 () {