Drew 6 anos atrás
pai
commit
c4824d4f9e

+ 1 - 1
src/main/java/com/izouma/ticketExchange/service/TppService.java

@@ -333,7 +333,7 @@ public class TppService {
     }
 
     @Retryable(value = BusinessException.class,
-            maxAttempts = 10,
+            maxAttempts = 100,
             backoff = @Backoff(delay = 1000, multiplier = 2))
     public void issueOrder(Long userId, Long orderId, String applyKey, BigDecimal totalPrice) throws Exception {
         FilmDataThirdPartyIssueOrderRequest req = new FilmDataThirdPartyIssueOrderRequest();