jim256 / ebay

0 stars 0 forks source link

Timeout error #21

Closed jim256 closed 4 years ago

jim256 commented 4 years ago

Would you mind taking a look at the below timeout error from the below screenshot in the attached log file?:

image

ebay.log.zip

You'll need to remove the .zip extension from the filename

james-carpenter commented 4 years ago

Wow. eBay didn't respond to that call for 3 minutes. The client cuts off the call if it's taking that long to respond because it typically means the server is hung.

I currently have HTTP retries disabled in the settings.py. I'll add that as enabled by default to catch some of these things. There can occasionally be odd behavior when retrying API service calls if not handled properly so you could try it and see if the behavior is better in that it absorbs some of this noise.

That would apply for both the Timeout errors and the NAMESPACE_ERR errors.