I have just began to learn AppEngine with python and in my project I'm building an application in which I need to retrieve all users of my domain.
I used RetrieveAllOrgUsers
and RetrieveAllUsers
to get users of my domain, but both of them crash when I deploy the application on my AppEngine account. I get the error deadlineexceeded
.
Could someone please help me to resolve this issue? I guess maybe I need to use tasks, but I don't know how.