mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: do not compare string and DomainEvent
This commit is contained in:
@@ -22,7 +22,7 @@ final readonly class SendNotifWatchListTriggerSchedule implements ScheduleProvid
|
||||
{
|
||||
return (new Schedule())
|
||||
->add(
|
||||
RecurringMessage::every('10 seconds', new ProcessWatchListsTrigger()),
|
||||
RecurringMessage::every('1 week', new ProcessWatchListsTrigger()),
|
||||
)
|
||||
->stateful($this->cache);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user