Hello Qian,

As a suggestion to avoid such errors in a multi threaded environment, I would 
like to share some best practices from this handy guide. One recommendation in 
that guide includes : "When you retry requests, use an exponential backoff 
policy. For example, if you first pause 5 seconds before the first retry, you 
could pause 10 seconds after the second and 20 seconds after the third retry. 
Exponential back off helps ensure you are not calling the API too 
aggressively." As a workaround you could 1) space the requests against the same 
ID so that any given one finishes before the next one is sent, or 2) 
consolidate repeated mutates against the same entity into a single request to 
avoid this issue altogether. Please give this a try and let me know if you have 
any additional concerns.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UV0nZJ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/hGWhB000000000000000000000000000000000000000000000Q5YO4N00EUlKhr7ASoyJFEajm2UINw%40sfdc.net.

Reply via email to