interval = $appConfig->getAppValueInt('bgjRefreshInterval', 3600); } /** * @param mixed $argument * @throws Exception */ public function run($argument): void { $this->logger->debug('Run background job "updateGroups"'); $this->service->updateGroups(); } }