[google-appengine] Push Task Queues in Python Flexible instances are randomly failing

2017-11-13 Thread Eyal Yavor
During our upgrade/migration off of vm: true environment, we've deployed a service with definitions runtime: python-compat env: flexible threadsafe: true beta_settings: enable_app_engine_apis: true for 4 instances (manual scaling). They are all accepting data from network, enqueue tasks to

[google-appengine] Stuck while Removing Indexes

2017-08-22 Thread Eyal Yavor
hose indexes would be about 50-100 GB each. How can I create them and verify it won't happen again? Thank you for your help, Eyal -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving

[google-appengine] App Engine Permissions: Can I add a group?

2013-01-10 Thread Eyal Zangi
How can I setup a permission (Owner or Developer) for a group? Eyal -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Aj15PbVxpdEJ. To post

[appengine-java] Re: No API environment is registered for this thread

2010-11-10 Thread Eyal
. Eyal On Nov 9, 5:01 pm, Didier Durand durand.did...@gmail.com wrote: Eyal, 1) Yes, working directly on App Engine, i.e very close to Google Analytics will definitely help in terms of resp time so it may go through with no problem. 3) You could write to App Engine Datastore from the outside via

[appengine-java] Re: No API environment is registered for this thread

2010-11-09 Thread Eyal
as well, and if none of the above solutions work I'll have to ditch App Engine. It's unfortunate because the technology is super-cool but if I can't get it to work, I can't get it to work. Thanks, Eyal On Nov 9, 11:32 am, Didier Durand durand.did...@gmail.com wrote: Hi Eyal, Now I get

[appengine-java] Google Analytics on App Engine in Java

2010-11-09 Thread Eyal
and no results come back. If anyone can tell me how to get this to work I'll truly appreciate it. Thanks, Eyal -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com

[appengine-java] Re: No API environment is registered for this thread

2010-11-08 Thread Eyal
On my dev, when running As A Java Application. If I try to run it as a Web Application I get a Timeout exception, because the Analytics feed takes too long to respond... Thanks for looking into this, Didier! Eyal On Nov 8, 1:55 pm, Didier Durand durand.did...@gmail.com wrote: Hi Eyal, Where

[appengine-java] Re: No API environment is registered for this thread

2010-11-08 Thread Eyal
, Eyal On Nov 8, 5:17 pm, Didier Durand durand.did...@gmail.com wrote: Eyal, Now it's clear = you MUST run the application as a Web Application to be able to activate the App Engine environment with the Datastore that you need for JDO. Then you MUST activate the local dev env for App Engine

[appengine-java] Re: No API environment is registered for this thread

2010-11-08 Thread Eyal
) { e.printStackTrace(); } return sd; } Then I do the simple JDO to persist the sd object. But it doesn't even get there because I get the Timeout while fetching exception. Thanks! Eyal On Nov 8, 6:33 pm, Didier Durand durand.did...@gmail.com wrote: Hi Eyal

[appengine-java] Re: No API environment is registered for this thread

2010-11-08 Thread Eyal
Just to complete the picture here's the initialization of the AnalyticsService: AnalyticsService as = new AnalyticsService(gaExportAPI_acctSample_v1.0); as.setUserCredentials(CLIENT_USERNAME, CLIENT_PASS); Thanks again, Eyal On Nov 8, 7:27 pm, Eyal twoworldsf

[appengine-java] Re: No API environment is registered for this thread

2010-11-08 Thread Eyal
increase the connect and read timeouts to 10 secs as above. Thanks, Eyal On Nov 9, 7:38 am, Didier Durand durand.did...@gmail.com wrote: Hi Eyal, Independently of App Engine, how many seconds does it take to get an answer to your request to Google Analytics (as given above) when you run

[appengine-java] Re: No API environment is registered for this thread

2010-11-08 Thread Eyal
Just to be clear, the timeout exception hits on App Engine. All is well as a java app. On Nov 9, 8:06 am, Eyal twoworldsf...@gmail.com wrote: Hi Didier, It takes about 8-9 seconds to return with a reply as a java application for one query. I'm going to need a lot more than one query, though

[appengine-java] No API environment is registered for this thread

2010-11-07 Thread Eyal
=datanucleus.appengine.autoCreateDatastoreTxns value=true/ /persistence-manager-factory /jdoconfig Any idea how can I solve this? How do I register the API Environment? Thanks! Eyal -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post

[appengine-java] Two apps hitting the same datastore

2010-11-07 Thread Eyal
Hi all, I need to have two separate applications hitting the same datastore. One updates it daily, and the other (app engine and GWT) reading from it on a regular basis. How is this done? Is there a way in the API to specify a specific datastore? Thanks, Eyal -- You received this message

[appengine-java] Analytics and App Engine / GWT Timouts

2010-11-02 Thread Eyal
some 30 seconds, for several table_ids, so raising the timeout to 10 seconds won't help. Is there a solution? Thanks, Eyal -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j

[google-appengine] Re: To the moderators: why aren't my posts showing up?

2010-10-19 Thread Eyal
OK, thanks. On Oct 19, 5:29 am, Eli Jones eli.jo...@gmail.com wrote: First time posts to the group are moderated to prevent spam.  So, if someone has never posted, their initial post will be delayed until it is determined to not be spam. On Mon, Oct 18, 2010 at 6:44 PM, Greg

[google-appengine] Inheritance newbie question

2010-10-18 Thread Eyal
for and abstract class at the root, but for my app I need User to be stored in it's own table, and only some Users are Publishers, so there would also be a Publisher table. I'll greatly appreciate your help. Thanks, Eyal -- You received this message because you are subscribed to the Google

[google-appengine] Inheritance question

2010-10-18 Thread Eyal
an example for and abstract class at the root, but for my app I need User to be stored in it's own table, and only some Users are Publishers, so there would also be a Publisher table. I'll greatly appreciate your help. Thanks, Eyal -- You received this message because you are subscribed to the Google

[google-appengine] To the moderators: why aren't my posts showing up?

2010-10-18 Thread Eyal
I posed twice asking a question regarding inheritance in App Engine's JDO. Neither of them is showing up in the list. Why is that? What am I doing wrong? Thanks, Eyal -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group