diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 8d51bb16f..f60dbee1e 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -32,6 +32,7 @@ protected function schedule(Schedule $schedule) //$schedule->command(SendDailyUsage::class)->everyFourHours(); //$schedule->command(PushNoovo::class)->everyMinute()->withoutOverlapping()->runInBackground(); // temporarily commented until final decision $schedule->command(DeleteExportedProjects::class)->daily()->runInBackground(); + $schedule->command('queue:restart')->hourly(); } /**