feat: engagment
Laravel CI-CD / Tests Unitaires (push) Successful in 1m29s Details
Laravel CI-CD / Deploy with Kamal (push) Successful in 1m48s Details

This commit is contained in:
Leon Morival 2026-05-27 08:43:45 +02:00
parent d9cb0c96a1
commit 94ab86672b
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ Schedule::command('meal-posts:generate-ai')
->withoutOverlapping(55) ->withoutOverlapping(55)
->onOneServer(); ->onOneServer();
Schedule::command('notifications:send-engagement-reminders') Schedule::command('notifications:send-engagement-reminders')
->dailyAt('13:02') ->dailyAt('6:50')
->withoutOverlapping(30) ->withoutOverlapping(30)
->onOneServer(); ->onOneServer();