git -C '/home/opc/rocketa.git' show d9de72d -- app/Console/Kernel.phpcommit d9de72d7d3ac56eb20c988cbaec9dbf97031adb4
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Tue Oct 7 16:06:43 2025 +0900
S3からoci bucketに変更
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php
index ecda1c2..e8ff95e 100644
--- a/app/Console/Kernel.php
+++ b/app/Console/Kernel.php
@@ -95,9 +95,9 @@ class Kernel extends ConsoleKernel
->cron('30 6 * * *');
// lambdaをスリープに入れないため
- $schedule->command('continuous')
- ->withoutOverlapping()
- ->cron('*/3 * * * *');
+ // $schedule->command('continuous')
+ // ->withoutOverlapping()
+ // ->cron('*/3 * * * *');
}
/**