mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
⚙️ Update PublishUnpublishedItems to run hourly and only publish MeetupEvents starting within the next 7 days.
This commit is contained in:
@@ -7,7 +7,7 @@ Schedule::command(CleanupLoginKeys::class)->everyFifteenMinutes();
|
||||
|
||||
Schedule::command(PublishUnpublishedItems::class, [
|
||||
'--model' => 'MeetupEvent',
|
||||
])->dailyAt('17:00');
|
||||
])->hourly();
|
||||
|
||||
Schedule::command(PublishUnpublishedItems::class, [
|
||||
'--model' => 'Meetup',
|
||||
|
||||
Reference in New Issue
Block a user