mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: send an email when a domain has been modified
This commit is contained in:
@@ -21,7 +21,7 @@ final readonly class SendNotifWatchListTriggerSchedule implements ScheduleProvid
|
||||
{
|
||||
return (new Schedule())
|
||||
->add(
|
||||
RecurringMessage::every('1 week', new SendNotifWatchListTrigger()),
|
||||
RecurringMessage::every('10 seconds', new SendNotifWatchListTrigger()),
|
||||
)
|
||||
->stateful($this->cache)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user