Merge pull request 'Updated prunable record report generation daily at 7 o'clock' (#301) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Reviewed-on: #301
This commit was merged in pull request #301.
This commit is contained in:
@@ -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