Skip to content

Commit

Permalink
Revert "Make sure that long running activity are not retried (#19452)" (
Browse files Browse the repository at this point in the history
#19568)

This reverts commit e836869.
  • Loading branch information
benmoriceau authored Nov 17, 2022
1 parent b871485 commit a8fc4c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ public ActivityOptions specActivityOptions() {
public RetryOptions containerOrchestratorRetryOptions() {
return RetryOptions.newBuilder()
.setDoNotRetry(RuntimeException.class.getName(), WorkerException.class.getName())
.setMaximumAttempts(1)
.build();
}

Expand Down

0 comments on commit a8fc4c9

Please sign in to comment.