Hi Milind, Yes I absolutely am using multiple processes. Each one calls AdwordsServices.getUserList, then calls MutateMembers with about 50000 user email hashes. They all run at the same time, because I have noticed that running one at a time is too slow (takes 1 hour). Running them all concurrently, it reduces the time to 40 mins, but its still very slow.
My real question is when will Adwords API allow concurrent adding of users to a single UserList? This seems like a very critical feature, otherwise how do other people use the API to create UserLists with 20M+ users? On Monday, February 25, 2019 at 10:28:40 AM UTC-6, [email protected] wrote: > > I'm trying to add many users (25 million email hashes) to a newly created > adwords list. I'm doing this via many (around 30+) threads each doing a > single big MutateMembersOperand with many users. I get > CONCURRENT_MODIFICATION a lot, and just retry after a random wait time, but > this still causes the performance to be very bad. > > I read here that some aspects of the API now allow concurrent changes. Is > it true that adding users to an ad list is still something that cannot be > done concurrently? Is there a plan to improve this? > > Thanks! > -- > Mitesh > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/aecbde29-fc36-4eb5-94b2-c3f0749532bf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
