Updated prunable record report generation daily at 7 o'clock #301
@@ -13,8 +13,8 @@ Artisan::command('auto:scheduler', function () {
|
|||||||
|
|
||||||
Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::class]
|
Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::class]
|
||||||
->description('Deletable Old Records From Server ('.env('APP_URL').')')
|
->description('Deletable Old Records From Server ('.env('APP_URL').')')
|
||||||
->dailyAt('09:25')
|
->dailyAt('07:00')
|
||||||
->emailOutputTo('digitalmanufacturingiiot@gmail.com');
|
->emailOutputTo(['digitalmanufacturingiiot@gmail.com', 'jothikumar.padmanaban@cripumps.com'], true);
|
||||||
|
|
||||||
// app()->booted(function () {
|
// app()->booted(function () {
|
||||||
// $schedule = app(Schedule::class);
|
// $schedule = app(Schedule::class);
|
||||||
|
|||||||
Reference in New Issue
Block a user