This commit is contained in:
lizandrogd
2025-03-13 08:55:24 -05:00
parent eedf2e9e2b
commit b2aa786621
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -34,7 +34,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('tarea:validarCompra')->everyTenMinutes();
$schedule->command('tarea:validarCompra')->dailyAt('23:00');