Drew 6 years ago
parent
commit
c4824d4f9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/izouma/ticketExchange/service/TppService.java

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

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