timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
800 stars 321 forks source link

Speed process #297

Open Dnetvaggos opened 4 years ago

Dnetvaggos commented 4 years ago

Hello sir,

I'm using the ebay's api to get the FeedBack from specific user, but the request time is around 3-4 seconds for each request, is it possible to speed up a little bit the process? because if the user has 10-25k pages (max 200 Feedbacks per page) it will take a couple hours....Thank you for your time, Peace!

Best regards.

fsmosca commented 4 years ago

@Dnetvaggos you need to profile your code which area it spends more time. But I guess this is more on the server side of ebay, this is usually the bottleneck. ebaysdk-python only sends a request, if ebay servers are busy because of too many requests or perhaps this is already their quickest time to respond, then we cannot do anything. Try to ask here https://forums.developer.ebay.com/index.html.