Re: Got three errors, e.g., '[Errno 104] Connection reset by peer', '(502, u'Bad Gateway')', 'DatabaseError.CONCURRENT_MODIFICATION' when uploading audience list

2018-06-06 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The maximum size of the membersList collection is 1M. So, you will need to split the list into appropriate sized files and try uploading one by one. The bad gateway

Got three errors, e.g., '[Errno 104] Connection reset by peer', '(502, u'Bad Gateway')', 'DatabaseError.CONCURRENT_MODIFICATION' when uploading audience list

2018-06-06 Thread xwang0222
Hi, I am trying to upload a file containing around 110M mobile device IDs for the campaign to target. I used CrmBasedUserList to upload. I found it was too large to upload. Then I split my large file to tens of files to upload concurrently and let those jobs retry for at most 3 times. It