Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Dec 19, 2024
1 parent 99bb09b commit 87ef5fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public Step createSubsnpAccessionStep(StepBuilderFactory stepBuilderFactory,
.processor(variantProcessor)
.writer(accessionWriter)
.faultTolerant()
// Exception can arise from running parallel accessioning jobs for a single study, hence the retry.
// See EVA-3719 for details.
.retry(MissingUnsavedAccessionsException.class)
.retryLimit(3)
.backOffPolicy(new ExponentialBackOffPolicy())
Expand Down

0 comments on commit 87ef5fe

Please sign in to comment.