" - Ctxt: " +
appCtxt.hashCode());
if (appCtxt != null) {
Callable<Boolean> worker =
new InstanceCountCallable(serviceDomain, serviceSubDomain, autoscalerService, appCtxt);
Future<Boolean> countInstancesJob = executor.submit(worker);
jobList.add(countInstancesJob);
}
}
}