Skip to content

Commit 5d6a755

Browse files
committedFeb 25, 2025··
wip
1 parent 95bba94 commit 5d6a755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎routes/console.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
Schedule::command('horizon:snapshot')->everyFiveMinutes();
99
Schedule::command('lio:post-article-to-social-media')->twiceDaily(14, 18);
1010
Schedule::command('lio:generate-sitemap')->daily()->graceTimeInMinutes(25);
11-
Schedule::command('lio:sync-article-images')->everyFiveMinutes()->between('7:00', '23:00');
11+
Schedule::command('lio:sync-article-images')->cron('*/5 7-23 * * *');
1212
Schedule::command('lio:update-article-view-counts')->twiceDaily();

0 commit comments

Comments
 (0)
Please sign in to comment.