more recurring

This commit is contained in:
Denis Duliçi
2022-06-08 01:48:13 +03:00
parent 58efe196c3
commit a10ae8a095
2 changed files with 23 additions and 41 deletions

View File

@ -31,7 +31,7 @@ class Kernel extends ConsoleKernel
$schedule->command('reminder:invoice')->dailyAt($schedule_time);
$schedule->command('reminder:bill')->dailyAt($schedule_time);
$schedule->command('recurring:check')->dailyAt($schedule_time);
$schedule->command('recurring:check')->dailyAt($schedule_time)->runInBackground();
$schedule->command('storage-temp:clear')->dailyAt('17:00');
}