return Response.status(Response.Status.NOT_FOUND).build();
}
}else{
// No id have been provided, we create a new test job
JobManager m = getJobManager();
String id = m.execute(new Job() {
@Override
public JobResult call() throws Exception {
for (int i = 0; i < 30; i++) {
try {
log.info("Test Process is working");