[google-appengine] Re: Getting "API config update failed, deadline exceeded" errors

2014-10-09 Thread Pok
I disabled, then re-enabled the application from the settings, seems to fix the issue. That was really odd. On Thursday, October 9, 2014 5:27:24 PM UTC-4, Pok wrote: > > I just starting getting these error messages in the admin log "API config > update failed, deadline exceeded&

[google-appengine] Getting "API config update failed, deadline exceeded" errors

2014-10-09 Thread Pok
I just starting getting these error messages in the admin log "API config update failed, deadline exceeded". I can't get my instance to start up now. The most recent requests in my logs show "Process terminated because the request deadline was exceeded. (Error code 123)". I haven't made any

[google-appengine] Are auto generated Keys guessable?

2014-02-16 Thread Pok
I can't seem to find any documentations about auto generated numeric keys on whether the values are guessable or not. I want to use the key as an order number to give to the user, so I need something that is not guessable. I'm using JDO with these annotations in the primary key field @Prim

[google-appengine] Composite Image ignoring transparency

2010-10-05 Thread pok
I'm trying to create a composite image, but it seems like it is ignoring any alpha channels and transparency. I looked through the forums, some people say their is a bug in the dev sdk, so I tried it on google server too, similar results. I've uploading the images and results in this post. The cod