feat: be faster on the last day

This commit is contained in:
Maël Gangloff
2025-01-14 22:00:45 +01:00
parent 858912fff8
commit 2441eb2925
2 changed files with 37 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ final readonly class SendNotifWatchListTriggerSchedule implements ScheduleProvid
{
return (new Schedule())
->add(
RecurringMessage::every('15 minutes', new ProcessWatchListsTrigger()),
RecurringMessage::every('5 minutes', new ProcessWatchListsTrigger()),
)
->stateful($this->cache);
}