feat: cron
This commit is contained in:
@@ -9,3 +9,7 @@ Artisan::command('inspire', function () {
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
Schedule::command('horizon:snapshot')->everyFiveMinutes();
|
||||
Schedule::command('meal-posts:generate-ai')
|
||||
->daily()
|
||||
->withoutOverlapping(55)
|
||||
->onOneServer();
|
||||
|
||||
Reference in New Issue
Block a user