Horizon Snapshots

This commit is contained in:
Refringe 2024-06-20 12:19:07 -04:00
parent a0b0dd0841
commit a98082fd44
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -4,3 +4,5 @@ use App\Console\Commands\ImportHub;
use Illuminate\Support\Facades\Schedule;
Schedule::command(ImportHub::class)->hourly();
Schedule::command('horizon:snapshot')->everyFiveMinutes();