setInterval(5 * 60); $this->setTimeSensitivity(self::TIME_SENSITIVE); $this->outboxService = $outboxService; } #[\Override] protected function run($argument): void { $this->outboxService->flush(); } }