Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, As mentioned earlier, there is no specific range for the Request Per Second limit. You will need to wait for the amount of time specified in the retryAfterSeconds, and then retry the request again. You may refer to this guide

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-04 Thread bukaroo
Hello, What is the Request Per Second limit then? I can't find any particular number in the links. Thanks On Wednesday, January 3, 2018 at 8:39:05 PM UTC+2, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > The API does not limit the number of concurrent requests being sent via a >

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-03 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The API does not limit the number of concurrent requests being sent via a number of threads, however, doing so can exceed the Requests Per Second limit at the developer token level. It is recommended that you set a reasonable upper bound for the total number of concurrent threads that a

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2018-01-02 Thread bukaroo
Hello, I'm afraid you didn't address the main topic of my question. BatchJob service is irrelevant for my cause. Therefore - what is the exact limit of Concurrent Requests I can make? a number is simply not listed in the docs. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2017-12-28 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The Rate limits are applicable irrespective of the access level of the developer token. If you're using the BatchJobService to make these changes, the

Can't find info in Documentation about Concurrent Request Limit, and Batch operations

2017-12-28 Thread bukaroo
Hello, I can't find any decent info the API documentation: This page talks lengthy about rate limits: https://developers.google.com/adwords/api/docs/guides/rate-limits Yet it doesn't indicate any number regarding the max. limit of concurrent requests. Is it 2? 5? 10? 100? how should we tell?