Compare commits
2 Commits
b40a7e3ae7
...
75ba355252
| Author | SHA1 | Date | |
|---|---|---|---|
| 75ba355252 | |||
|
|
6c9408663b |
@@ -16,6 +16,10 @@ Schedule::command('model:prune --pretend')// , ['--model' => WeightValidation::c
|
|||||||
->dailyAt('07:00')
|
->dailyAt('07:00')
|
||||||
->emailOutputTo(['digitalmanufacturingiiot@gmail.com', 'jothikumar.padmanaban@cripumps.com'], true);
|
->emailOutputTo(['digitalmanufacturingiiot@gmail.com', 'jothikumar.padmanaban@cripumps.com'], true);
|
||||||
|
|
||||||
|
Schedule::command('app:log-clear')// , ['--model' => WeightValidation::class]
|
||||||
|
->description('Clear API Logs From Server ('.env('APP_URL').')')
|
||||||
|
->daily(); // ->dailyAt('07:30')
|
||||||
|
|
||||||
// app()->booted(function () {
|
// app()->booted(function () {
|
||||||
// $schedule = app(Schedule::class);
|
// $schedule = app(Schedule::class);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user