chore: update every 15 minutes

This commit is contained in:
Maël Gangloff
2025-01-04 17:35:12 +01:00
parent 80d293df03
commit bd2953abfd
4 changed files with 49 additions and 32 deletions

View File

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