Hi,
If I run three parallel listMarketBook requests, and also execute listCurrentOrders at the same time, I sometimes experience a TOO_MANY_REQUESTS error. If I don't do the listCurrentOrders request at the same time, I don't get this error, so I can safely assume that I'm not hitting the request limit during my normal parallel executions of listMarketBook.
Reading the "Betting Exceptions" page, the description for TOO_MANY_REQUESTS is this:
There are too many pending requests e.g. a listMarketBook with Order/Match projections is limited to 3 concurrent requests. The error also applies to listCurrentOrders, listMarketProfitAndLoss and listClearedOrders if you have 3 or more requests currently in execution.
I understand this to mean that I should be able to execute up to three of each of these requests at the same time, but it seems that I can only execute three of any of these requests. Can someone please clarify whether this is correct?
Cheers,
Simon
If I run three parallel listMarketBook requests, and also execute listCurrentOrders at the same time, I sometimes experience a TOO_MANY_REQUESTS error. If I don't do the listCurrentOrders request at the same time, I don't get this error, so I can safely assume that I'm not hitting the request limit during my normal parallel executions of listMarketBook.
Reading the "Betting Exceptions" page, the description for TOO_MANY_REQUESTS is this:
There are too many pending requests e.g. a listMarketBook with Order/Match projections is limited to 3 concurrent requests. The error also applies to listCurrentOrders, listMarketProfitAndLoss and listClearedOrders if you have 3 or more requests currently in execution.
I understand this to mean that I should be able to execute up to three of each of these requests at the same time, but it seems that I can only execute three of any of these requests. Can someone please clarify whether this is correct?
Cheers,
Simon


Comment