Hi Dan, If you haven't changed anything in the way the library sends the requests, then it is probably using the default deadline for fetch requests, which is 5 seconds:
http://code.google.com/appengine/docs/python/urlfetch/fetchfunction.html Claudio On Sat, Oct 29, 2011 at 10:12 AM, Dan Lines <[email protected]> wrote: > Claudio, > > Yes we are running this on app engine. It is running in a task on app > engine. But it is not hitting the 10 minute time out limit or anything like > that. > > I'm thinking that it has to do with the data that is being returned in the > first set of 100 users returned from 'RetreivePageOfUsers()'. If I pass the > character 'a' into this method then the call works: > client.RetrievePageOfUsers(start_username='a'). One other piece of info is > that many of the user emails in this domain are structured like 11.dan.lines > at domain.com (numbers then letters). > > If you need anymore info please let know. We are currently still working > with the customer to try to gather all of their users. > > Thanks, > > - Dan > > -- > You received this message because you are subscribed to the Google Groups > "Google Apps Domain Information and Management APIs" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-apps-mgmt-apis/-/ZtPzck0oXdIJ. > > 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/google-apps-mgmt-apis?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Apps Domain Information and Management APIs" 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/google-apps-mgmt-apis?hl=en.
