if (processHiddenIds) {
checkAndSetVisibilityProcessing(queueUrl, shard, CMBProperties.getInstance().getRedisRevisibleFrequencySec());
tryCheckAndProcessRevisibleSet(queueUrl, shard, CMBProperties.getInstance().getRedisRevisibleSetFrequencySec());
}
messageCount += jedis.llen(queueUrl + "-" + shard + "-Q");
}
} catch (JedisException e) {
brokenJedis = true;
throw e;