This commit is contained in:
Lizandro Guarnizo
2025-04-14 16:56:34 -05:00
parent 301cd2cf7a
commit c83cd1a72f
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ class Kernel extends ConsoleKernel
// $schedule->exec('nohup php /var/www/sirpremium/artisan queue:work --sleep=3 --tries=3 > /dev/null 2>&1 &')->everyMinute();
$schedule->command('telescope:prune --hours=24')->daily();
$schedule->command('tarea:validarCompra')->dailyAt('23:00');
$schedule->command('tarea:validarCompra')->everyFiveMinutes();