Re: [google-appengine] Re: Console issues?

2013-01-15 Thread Vivek Ramachandran
I am getting a "Request was aborted after waiting too long to attempt to service your request." in my logs with a 500 ... application was running fine before this On Tue, Jan 15, 2013 at 11:01 PM, Vivek Ramachandran < vivek.securitywiz...@gmail.com> wrote: > My application i

Re: [google-appengine] Re: Console issues?

2013-01-15 Thread Vivek Ramachandran
My application is starting to throw 500s now and even http://code.google.com/status/appengine is giving a 500 for me Application is entirely down! On Tue, Jan 15, 2013 at 10:55 PM, Christina Ilvento wrote: > Hi All, > > The issues with deployments should now be resolved, please let us know

Re: [google-appengine] Suddenly started to get "Unauthorized sender" when sending emails

2011-08-15 Thread Vivek Ramachandran
+1 I am still this error even after 2 days now!! Can someone from the appengine team tell us, when this will be solved? Vivek On Mon, Aug 15, 2011 at 7:51 PM, Joshua Smith wrote: > FYI: > > As a workaround, I tried adding the same gmail address I've been using, but > without the .'s in it, as

Re: [google-appengine] Re: Suddenly started to get "Unauthorized sender" when sending emails

2011-08-13 Thread Vivek Ramachandran
Is this resolved for anyone yet? I am still seeing errors in my application. Funny that the mail API status seems ok: http://code.google.com/status/appengine On Sat, Aug 13, 2011 at 6:01 PM, Vivek Ramachandran < vivek.securitywiz...@gmail.com> wrote: > Same issue here as well. &g

Re: [google-appengine] Re: Suddenly started to get "Unauthorized sender" when sending emails

2011-08-13 Thread Vivek Ramachandran
Same issue here as well. Is this nearing a resolution? Vivek 2011/8/13 Andrei Cosmin Fifiiţă > I had a user that contained dot in its name and worked. It also contained > dash... the sender that had only a dot still triggers the error > On Aug 13, 2011 1:58 PM, "bFlood" wrote: > > > > +1 sen

[google-appengine] App Engine and Google Custom Search problem

2011-02-28 Thread Vivek Ramachandran
Hello List, I am having unusual problem - as soon as logged in users (using Google Accounts integration in the app) are using Google Custom search integrated into the website, they are automatically logged off? I am not sure what is causing this to happen. Anyone seen something similar? Regards

[google-appengine] Re: Problem with Blobstore!

2011-02-24 Thread Vivek Ramachandran
pers would echo similar feelings! Regards, Vivek On Fri, Feb 25, 2011 at 8:57 AM, Vivek Ramachandran < vivek.securitywiz...@gmail.com> wrote: > Hello All, > > My app was working perfectly till a couple of hours but all of a sudden I > am starting to see errors in the Bl

[google-appengine] Problem with Blobstore!

2011-02-24 Thread Vivek Ramachandran
Hello All, My app was working perfectly till a couple of hours but all of a sudden I am starting to see errors in the Blobstore. My app is: http://demoapp99.appspot.com Here is the traceback: The API call blobstore.CreateUploadURL() took too long to respond and was cancelled. Traceback (most re

[google-appengine] ESAPI API on Google App Engine

2010-11-21 Thread Vivek Ramachandran
Hello All, Does anyone have any experience with integrating OWASP's ESAPI API (python) with App Engine? Are there any alternate APIs which can be used with App Engine for secure programming? without having to re-invent the wheel. Regards, Vivek -- You received this message because you are sub

Re: [google-appengine] Re: Question for Google Team regarding Receive Email address count limit?

2010-07-27 Thread Vivek Ramachandran
t; >> >> On Thu, Jul 22, 2010 at 2:32 AM, nickmilon wrote: >> >>> As far as I remember : >>> 1) No limit >>> 2) No limit except api and cpu limits applicable. >>> A limit of 2000 outgoing emails (no billing enabled). >>> >>> Happ

Re: [google-appengine] Re: Question for Google Team regarding Receive Email address count limit?

2010-07-22 Thread Vivek Ramachandran
. If I receive no answer by then, I will have to default to Amazon AWS. On Thu, Jul 22, 2010 at 9:07 AM, Vivek Ramachandran < vivek.securitywiz...@gmail.com> wrote: > Thanks Nick. > > But I need someone from Google App Engine team to confirm what the system > quotas are for inco

Re: [google-appengine] Re: Question for Google Team regarding Receive Email address count limit?

2010-07-21 Thread Vivek Ramachandran
1) No limit > 2) No limit except api and cpu limits applicable. > A limit of 2000 outgoing emails (no billing enabled). > > Happy coding :-) > Nick Milon > > > On Jul 21, 6:23 pm, Vivek Ramachandran > wrote: > > Hi, > > > > My mail is regarding the option

[google-appengine] Question for Google Team regarding Receive Email address count limit?

2010-07-21 Thread Vivek Ramachandran
Hi, My mail is regarding the option for receiving email to any address which looks like - x...@appid.appspotmail.com documented here: http://code.google.com/appengine/docs/python/mail/receivingmail.html My questions are: 1. Is there any restriction on the number of email addresses which can be c

[google-appengine] StringListProperty() Sort Problem

2010-07-14 Thread Vivek Ramachandran
Hello AppEngine Gurus, I have model which looks like this: class Example (db.Model) : name = db.StringProperty() tags = db.StringListProperty() I first query for a tag to get the list of entities which have them: results = Example.all().filter("tags =", tagSearch).fetch(100) This gives me

[google-appengine] Can a app engine task get a count of the number of times it’s been run?

2010-07-10 Thread Vivek Ramachandran
Hello All, I am running thousands of tasks per hour on App Engine and around .1% of them are failing even after multiple retries. Ideally, I want them to stop trying and exit. However, due to app engine's design they seem to be just trying again and again. I know there is a backoff time which incr