Re: RetryCount & RateExceededError handling: use both or is RetryCount enough?

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi B. Zwier, If you have set the RetryCount in your client library, then it will *automatically* *retry* your failed requests on a number of times depending on your value for this property. However, this does not guarantee that the RateExceeded error will be resolved after a max number of

RetryCount & RateExceededError handling - use both or is RetryCount enough?

2017-09-11 Thread bzwier01
Hi, I'm using the .NET client library (v22.1.1) and I noticed that there is a RetryCount option in app.config. According to the documentation on the Wiki , the RetryCount option takes

RetryCount & RateExceededError handling: use both or is RetryCount enough?

2017-09-11 Thread bzwier01
Hi, I'm using the .NET client library for the Adwords API and I noticed that there is an example here which shows a retry strategy for the RateExceededError exception. On the GitHub wiki