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.
1 parent 57e7fc1 commit 28e64f3Copy full SHA for 28e64f3
app/Console/Kernel.php
@@ -27,7 +27,7 @@ protected function schedule(Schedule $schedule)
27
$schedule->command('media-library:delete-old-temporary-uploads')->daily();
28
$schedule->command('lcm:delete-old-unverified-users')->daily();
29
// $schedule->command('lcm:post-article-to-twitter')->twiceDaily(12, 16);
30
- $schedule->command('lcm:post-article-to-telegram')->twiceDaily(13, 17);
+ $schedule->command('lcm:post-article-to-telegram')->everyFourHours();
31
$schedule->command('sitemap:generate')->daily();
32
}
33
0 commit comments