Hello there, I found the tutorial about App Engine Backend with Google Cloud Messaging <https://github.com/GoogleCloudPlatform/gradle-appengine-templates/tree/master/GcmEndpoints> and I successfully tested it. Now I would like to extend it to something closer to a real application. For example I would like to send a notification or a message to thousands of clients (my Android app is installed on thousands of tablet/phones). If I understand correctly, Endpoints undergoes time limits of App Engine ( https://cloud.google.com/appengine/docs/java/requests#Java_The_request_timer ). <https://cloud.google.com/appengine/docs/java/requests> So, what is the most proper way to do this?
For examples, sometimes sending through GCM requires retries with exponential backoff and this could occasionally lead to exceed the maximum time allowed for handing a request in GAE. I have some solutions in mind, but before reinventing the wheel, I would like to know if there is some tutorial or code already existing that could lead me to the correct approach. Thank you, Max -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b69d22e8-118d-4ff6-9695-23794c9fb538%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
