There was an error while loading. Please reload this page.
1 parent b00086f commit ac80927Copy full SHA for ac80927
1 file changed
routes/console.php
@@ -19,4 +19,7 @@
19
20
Schedule::command('horizon:snapshot')->everyFiveMinutes();
21
Schedule::command(CacheSchedulerRunning::class)->everyMinute();
22
-Schedule::job(new SyncEngagePurchaseRequests())->timezone('America/New_York')->dailyAt('06:00');
+Schedule::job(new SyncEngagePurchaseRequests())
23
+ ->timezone('America/New_York')
24
+ ->dailyAt('06:00')
25
+ ->environments('production');
0 commit comments