We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bbc874 + 491fc27 commit e6f3529Copy full SHA for e6f3529
routes/console.php
@@ -10,7 +10,6 @@
10
$this->comment(Inspiring::quote());
11
})->purpose('Display an inspiring quote')->hourly();
12
13
-Schedule::command('lcm:delete-old-unverified-users')->daily();
14
15
if (app()->environment('production')) {
16
Schedule::command('lcm:post-article-to-twitter')->everyFourHours();
@@ -19,6 +18,8 @@
19
18
Schedule::command('lcm:notify-pending-articles')->cron('8 0 */2 * *');
20
}
21
+
22
+Schedule::command('lcm:delete-old-unverified-users')->daily();
23
Schedule::command('sitemap:blog-generate')->dailyAt('01:00');
24
Schedule::command('sitemap:discussion-generate')->dailyAt('01:10');
25
Schedule::command('sitemap:generate')->dailyAt('02:00');
0 commit comments