feat: engagment
This commit is contained in:
parent
d9cb0c96a1
commit
94ab86672b
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue