Skip to content

Commit

Permalink
fix: SKFP-1221 add retry
Browse files Browse the repository at this point in the history
  • Loading branch information
celinepelletier committed Aug 9, 2024
1 parent 6f29036 commit 5ff0360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ public static GatewayFilterSpec filterAcl(GatewayFilterSpec f, AllFences.Fence f
}
return Mono.just(Objects.requireNonNullElse(s, ""));
}
).retry(2);

);
}
return f.filters((exchange, chain) -> {
try {
Expand Down

0 comments on commit 5ff0360

Please sign in to comment.