/** Returns true if the SCM polling thread queue has too many jobs than it can handle. */
 public boolean isClogged() {
   return queue.isStarving(STARVATION_THRESHOLD);
 }