Re: [google-appengine] A fun app engine story with a moral.

2012-01-05 Thread Raja
a new gmail account for purpose and invited it as an owner... and this new owner has the same issue. Please help, it's 4 hours I'm stuck with it ! Raja -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view

[google-appengine] Re: Indexing does not work

2008-11-05 Thread Raja
- name: name_lc HTH raja On Nov 5, 4:21 am, Alexander Kojevnikov <[EMAIL PROTECTED]> wrote: > > Only compound queries need index. Single column properties are already > > implicitly indexed. > > Just a small clarification, only ASCENDING single-column indices are > au

[google-appengine] Re: does Appengine closed socket permission

2008-11-05 Thread Raja
The list of modules supported in the appengine are mentioned at http://code.google.com/appengine/kb/libraries.html For any HTTP related work, urlfetch.fetch seems to be the alternative HTH, Raja On Nov 5, 12:52 pm, mawei1981 <[EMAIL PROTECTED]> wrote: > Hi, All > > when I

[google-appengine] Capturing OverQuota Exceptions

2008-11-30 Thread Raja
particular point, I can make the bulk operations go a little easy. For e.g. if I know that my CPU usage has become 2% of the total available for a day, I can ease off the load operations for sometime till the load comes back to normal. Thanks Raja --~--~-~--~~~---~--~~ You

[google-appengine] app_engine_apis: true not working

2021-12-30 Thread Faisal Raja
Hi, Adding this to my go112+ runtime, tried on multiple but after deployment it's not there on the console and I get this error: App Engine APIs are not enabled, please add app_engine_apis: true to your app.yaml to enable. Is there anything I need to turn on manually to get this working? Than

[google-appengine] Re: app_engine_apis: true not working

2021-12-30 Thread Faisal Raja
Thanks, that actually worked. On Thursday, December 30, 2021 at 3:33:09 PM UTC-6 Elliott (Cloud Platform Support) wrote: > Hello, > > I understand that you are getting the error message “App Engine APIs are > not enabled, please add app_engine_apis: true to your app.yaml to enable” > when you

Re: [google-appengine] Re: Datastore Read Operations Quota Whacked-Out?

2013-03-06 Thread Faisal Raja
Just encountered this today. Looking all over the place to find out what consumed my quota. I tried appstats to check if what I executed on remote api shell was consuming that much, but everything works fine locally. The difference on mine is I don't have a filter it just needs to loop to all d

[google-appengine] Error while using Spring Hibernate on GAE.

2014-03-18 Thread Raja Khan
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"; default-lazy-init="true"> com.zrsol.shared.entity.Announ

[google-appengine] Upload File using IP address in URL

2014-04-22 Thread Dias Raja
Hi All, I am using Eclipse to develope Java appengine application. I used 1.9.0 SDK. If I upload files locally its working fine with this url localhost: but I change the url by using *--address=192.168.1.103* it change the URL to *http://localhost:/_ah/upload/ahRoZWxwZGVza2Fzc2V0c2

[google-appengine] Re: Google Apps No Longer Free

2014-06-20 Thread Basalat Raja
This no longer works for me. After 9 attempts to go through the Captcha, I gave up. Yes, literally 9. On Thursday, December 6, 2012 6:42:42 PM UTC-8, Greg wrote: > > Just saw that Google Apps is no longer free for businesses >

[google-appengine] Google Drive API - Get the id of a file when Insert - Python

2016-10-30 Thread Rameez Raja
I wrote a piece of code in python to upload a file to google drive, which was successful. But I cant able to fetch the file id after the upload. Could you guys please help me to get that. . . . DRIVE = build('drive', 'v2', http=http) FILES = ( ('sample.csv', True), ) for filename,convert

[google-appengine] App engine instances increasing irrespective of app.yaml configuration

2018-01-11 Thread Karthik Raja
This is my app.yaml contents runtime: nodejs env: flex env_variables: NODE_ENV : development automatic_scaling: min_num_instances: 1 max_num_instances: 1 cool_down_period_sec: 120 # default value But my current running instances are 2.How to reduce that to 1 ? -- You received this mes

[google-appengine] Not able to fully use K 80 GPU on GCP

2017-08-14 Thread Raja Raghudeep Emani
Hi , A typical resnet, model forward is taking 31ms for 0.2 data points in my home 6gb pc, but the same model forward is taking 51 ms for the same data on GCP k80 12GB. I am confused, missing something. These are the stats while model is training on k80 gpu; +---