[google-appengine] never ending backup jobs

2014-09-15 Thread husayt
Since last couple of weeks our backups just never stop. I had to manually kill the process every day. Can please some one in Google check this for us. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and s

[google-appengine] Re: App Engine >60 seconds backend processing?

2014-09-15 Thread Jim
I forgot to mention... Task Queue Push requests are not subject to the 60 second timeout limit. They have a much longer limit... 10 minutes if I remember correctly. On Monday, September 15, 2014 5:49:18 PM UTC-5, Jim wrote: > > In addition to breaking your application down into front and back

[google-appengine] Re: App Engine >60 seconds backend processing?

2014-09-15 Thread Jim
In addition to breaking your application down into front and back ends, you can utilize Task Push Queues. I highly recommend this approach for anything that can be done asynchronously. On Monday, September 15, 2014 9:53:27 AM UTC-5, Alejandro Castillo wrote: > > > Hi All, > > I'm thinking a

[google-appengine] Re: Correct way to pass OAuth2 authentication to my App Engine server's UserService?

2014-09-15 Thread Nick Badal
Right, that method works for authenticating directly to google APIs; but like I said, it doesn't seem to work with GAE's UserService On Saturday, September 13, 2014 12:20:46 PM UTC-7, pankaj anand wrote: > > Have a look at here: > > > http://android-developers.blogspot.in/2012/09/google-play-ser

Re: [google-appengine] App Engine >60 seconds backend processing?

2014-09-15 Thread PK
There are techniques to break down your work so that in 60 seconds you do some work, save intermediate results and return to the client (multiple times probably) to report that you are still working on it. If you cannot break up your work then yes you can use a different module. There are tech

[google-appengine] App Engine >60 seconds backend processing?

2014-09-15 Thread Alejandro Castillo
Hi All, I'm thinking about creating an App Engine project, but for sure I will need more than 60 seconds to retrieve and process some data. It's GAE able to do that? May be with modules can I avoid the 60 second limit? If modules a

[google-appengine] Creating Client ID in Developer console keeps throwing Server error

2014-09-15 Thread Jan Sladek
When I try to create Client ID with my Android game's fingerprint and package, it throws a Server Error (with Tracking number: undefined). With any other fingerprint and package combination, it works fine. Could Google fix it somehow? Seems like my fingerprint and package is broken, but my game