setInterval(60 * 60); } protected function run($argument) { if (!$this->appConfig->getCollaboraUrlInternal()) { return; } try { $this->capabilitiesService->fetch(); } catch (\Exception $e) { $this->logger->error('Failed to fetch capabilities: ' . $e->getMessage(), ['exception' => $e]); } try { $this->discoveryService->fetch(); } catch (\Exception $e) { $this->logger->error('Failed to fetch discovery: ' . $e->getMessage(), ['exception' => $e]); } } }