From a98082fd44510ba7f932c227bf0a43e228d2abce Mon Sep 17 00:00:00 2001 From: Refringe Date: Thu, 20 Jun 2024 12:19:07 -0400 Subject: [PATCH] Horizon Snapshots --- routes/console.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/routes/console.php b/routes/console.php index f907db9..511f247 100644 --- a/routes/console.php +++ b/routes/console.php @@ -4,3 +4,5 @@ use App\Console\Commands\ImportHub; use Illuminate\Support\Facades\Schedule; Schedule::command(ImportHub::class)->hourly(); + +Schedule::command('horizon:snapshot')->everyFiveMinutes();