setInterval(60 * 5); $this->setTimeSensitivity(IJob::TIME_SENSITIVE); $this->cache = $cacheFactory->createDistributed(CachePrefix::SIGNALING_ASSIGNED_SERVER); } protected function run($argument): void { $this->manager->resetAssignedSignalingServers($this->cache); } }