mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-22 20:25:43 +00:00
fix: process watchlists every day
This commit is contained in:
parent
81fa459c6c
commit
880d5b4575
@ -21,7 +21,7 @@ final readonly class SendNotifWatchListTriggerSchedule implements ScheduleProvid
|
||||
{
|
||||
return (new Schedule())
|
||||
->add(
|
||||
RecurringMessage::every('1 week', new ProcessWatchListsTrigger()),
|
||||
RecurringMessage::every('1 day', new ProcessWatchListsTrigger()),
|
||||
)
|
||||
->stateful($this->cache);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user