fix-duplicate-container-reference cron

This commit is contained in:
edmondlang
2023-08-01 00:04:20 +08:00
parent 06134e006c
commit 03c9bec256
2 changed files with 82 additions and 0 deletions
+5
View File
@@ -48,6 +48,11 @@ class Kernel extends ConsoleKernel
// ->withoutOverlapping()
// ->appendOutputTo (storage_path().'/logs/departure_email.log');
$schedule->command('fix-duplicate-container-reference')
->cron('0 1 * * *')
->withoutOverlapping()
->appendOutputTo (storage_path().'/logs/fix_duplicate_container_reference.log');
$schedule->command('invoice:generate')
->hourly()
->withoutOverlapping()