feat: send an email when a domain has been modified

This commit is contained in:
Maël Gangloff
2024-07-21 13:59:00 +02:00
parent 63f8dc168d
commit b45bbe63f5
6 changed files with 92 additions and 7 deletions

View File

@@ -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)
;