CoordinatorJobBean job2 = addRecordToCoordJobTable(CoordinatorJob.Status.PREP, start, end, false, false, 0);
CoordinatorJobBean job3 = addRecordToCoordJobTable(CoordinatorJob.Status.PREP, start, end, false, false, 0);
Runnable runnable = new CoordMaterializeTriggerRunnable(3600, 300);
runnable.run();
sleep(1000);
JPAService jpaService = Services.get().get(JPAService.class);
// second job is beyond limit but still should be picked up
job2 = jpaService.execute(new CoordJobGetJPAExecutor(job2.getId()));