Hi Agustin,

The *RESOURCE_TEMPORARILY_EXHAUSTED* error usually occurs when you are
making the calls to a specific service at a higher rate. What you can do is
you can retry the API call after 30 seconds or more time.

If you are consistently encountering the error, you can provide the
complete SOAP request and response logs together with the customer ID and
the error message via *Reply privately to author* so I can investigate.

Regards,
Ejay
Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
    https://ads-developers.googleblog.com/search/label/google_ads_api
    https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 05/02/19 23:35:28 agus...@adtomiclabs.com wrote:

Hi, I am having a problem with the Java client library. I am creating lots
of Campaigns, Adgroups, Ads, etc.

I use the Mutate for every resource. For example :
MutateAdGroupsResponse response =

adGroupServiceClient.mutateAdGroups(Long.toString(customerId),
adGroupOperations);

Before, i used to do this in just one call adding all the operations in the
adGroupOperations, but I started having a problem with an exception in
GRPC.  *"unexpected EOS on DATA frame" *. So, i started grouping this
requests in about 100 operations per mutate call. Now i have
the RESOURCE_TEMPORARILY_EXHAUSTED error. How can I know which is the right
balance not to fall in any of the two problems? If not, how much time do I
need to have between the mutate calls not to have this problem?

Thanks.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/dd793927-d2c6-4d8a-94db-5657e5ca6b7c%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/dd793927-d2c6-4d8a-94db-5657e5ca6b7c%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00d12h8fj00000000tqhvm000ulpbix64mj6dph6co30c1g68r3ac1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • RESOURC... Agustín Scigliano
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to