telescope

This commit is contained in:
lizandrogd
2025-03-21 20:58:28 -05:00
parent 14a3c1aa58
commit 7fcca03e4e
11 changed files with 360 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ class Kernel extends ConsoleKernel
// $schedule->exec('nohup php /home/u111286300/domains/sirpremium.com.co/public_html/app/artisan queue:work --sleep=3 --tries=3 > /dev/null 2>&1 &')->everyMinute();
// $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');