setInterval(60 * 60 * 24 * 30); $this->setTimeSensitivity(self::TIME_INSENSITIVE); } /** * @param mixed $argument */ #[\Override] protected function run($argument): void { try { $this->accessTokenMapper->cleanupExpiredAuthorizationCode($this->time); } catch (Exception $exception) { $this->logger->warning('Failed to cleanup tokens with expired authorization code', ['exception' => $exception]); } } }