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