문제

503 "maximum retries exceeded" error -- what does this mean?

Failed to create an instance through signup due to: An error occurred:code: UNAVAILABLElocation: .http status: 503Service is not available[debug] APPLICATION_ERROR;/LoyaltyApiService.SignupAccount;com.google.commerce.wobs.common.exceptions.ExternalServiceException: Unable to make request: Method: POST failed: maximum retries exceeded: Test-Program-283927136

도움이 되었습니까?

해결책

When we hit the merchant's webservice, we time out after 10s and retry up to 3 times. The "maximum retries exceeded" error appears if we've tried to hit your webservice 3 times but failed. There could be multiple reasons for this. One could be simply that your webservice is not responding. Another cause is an error in your SSL certificate chain if you are using HTTPS (which you should be).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top