From 5e13c2e41e03168b8c17cd41c10fa1d76d17215a Mon Sep 17 00:00:00 2001 From: leif stawnyczy Date: Fri, 27 Sep 2024 13:43:06 -0400 Subject: [PATCH] adding the code --- .../jobs/reindex/CheckPendingReindexWorkStep.java | 8 ++------ .../uhn/fhir/batch2/jobs/reindex/ReindexStepV2.java | 9 +++------ .../uhn/fhir/batch2/api/RetryChunkLaterException.java | 11 +++++++++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/hapi-fhir-storage-batch2-jobs/src/main/java/ca/uhn/fhir/batch2/jobs/reindex/CheckPendingReindexWorkStep.java b/hapi-fhir-storage-batch2-jobs/src/main/java/ca/uhn/fhir/batch2/jobs/reindex/CheckPendingReindexWorkStep.java index 7258821f057..f412b8fa6ae 100644 --- a/hapi-fhir-storage-batch2-jobs/src/main/java/ca/uhn/fhir/batch2/jobs/reindex/CheckPendingReindexWorkStep.java +++ b/hapi-fhir-storage-batch2-jobs/src/main/java/ca/uhn/fhir/batch2/jobs/reindex/CheckPendingReindexWorkStep.java @@ -9,6 +9,7 @@ import ca.uhn.fhir.batch2.api.StepExecutionDetails; import ca.uhn.fhir.batch2.api.VoidModel; import ca.uhn.fhir.batch2.jobs.reindex.models.ReindexResults; import ca.uhn.fhir.batch2.jobs.reindex.svcs.ReindexJobService; +import ca.uhn.fhir.i18n.Msg; import jakarta.annotation.Nonnull; public class CheckPendingReindexWorkStep implements IJobStepWorker { @@ -30,12 +31,7 @@ public class CheckPendingReindexWorkStep implements IJobStepWorker