added purge user command

This commit is contained in:
2019-10-22 02:40:39 -05:00
parent b153607e32
commit a7d3bbb858
3 changed files with 166 additions and 0 deletions

View File

@@ -58,6 +58,9 @@ class Kernel extends ConsoleKernel
->withoutOverlapping();
$schedule->command('services:CleanData')
->monthlyOn(1, '18:00');
$schedule->command('services:PurgeUsers')
->dailyAt('23:00')
->withoutOverlapping();
//Horizon Graph Schedule
$schedule->command('horizon:snapshot')->everyFiveMinutes();