// Otherwise get the queue length to return in the response
queueLength = pet.getPipeExecutionQueue().getQueueLength();
} catch (Exception e) {
Environment en=Environment.getInstance();
en.log("Exception while processing requests in pipe execution queue for pipe: " + pipeName);
en.log(e.getMessage(),e);
return "ERROR: Exception while processing pipe execution request for pipe: " + pipeName;
}
if(isSynced)