|
|
@@ -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();
|