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 a3de49d commit d858143Copy full SHA for d858143
routes/console.php
@@ -8,5 +8,4 @@
8
Schedule::command('horizon:snapshot')->everyFiveMinutes();
9
Schedule::command('lio:post-article-to-social-media')->twiceDaily(14, 18);
10
Schedule::command('lio:generate-sitemap')->daily()->graceTimeInMinutes(25);
11
-Schedule::command('lio:sync-article-images')->cron('*/5 7-23 * * *');
12
Schedule::command('lio:update-article-view-counts')->twiceDaily();
0 commit comments