2024-05-15 12:28:03 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
use Illuminate\Support\Facades\Artisan;
|
2024-06-01 03:10:30 +02:00
|
|
|
use Illuminate\Support\Facades\Schedule;
|
2024-05-15 12:28:03 +02:00
|
|
|
|
2024-06-01 03:10:30 +02:00
|
|
|
Schedule::command('queue:prune-batches')->daily();
|
|
|
|
|
Schedule::command('horizon:snapshot')->everyFiveMinutes();
|