Updated prunable record report generation daily at 7 o'clock #301

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-04 04:05:52 +00:00

View File

@@ -13,8 +13,8 @@ Artisan::command('auto:scheduler', function () {
Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::class]
->description('Deletable Old Records From Server ('.env('APP_URL').')')
->dailyAt('09:25')
->emailOutputTo('digitalmanufacturingiiot@gmail.com');
->dailyAt('07:00')
->emailOutputTo(['digitalmanufacturingiiot@gmail.com', 'jothikumar.padmanaban@cripumps.com'], true);
// app()->booted(function () {
// $schedule = app(Schedule::class);