[google-appengine] Being Charged for The API call mail.Send() took too long to respond and was cancelled errors

2010-04-09 Thread Ray Malone
I know there is an issue open on sending mail and the API erroring out. My code will try again and logs if the email was sent to prevent dups, but, I'm being charged for emails that are not being sent. The email counter still increments even though this error occurs. The API call mail.Send() too

[google-appengine] System Performance

2010-04-19 Thread Ray Malone
I have code that is running poorly all of a sudden today. Normally it runs well, i've listed the normal and the current stats below. But 2 our of 3 today are running like this "200 22765ms 22234cpu_ms 18617api_cpu_ms " With no other activity on the app I can refresh the page and 2 out of 3 run

[google-appengine] Re: System Performance

2010-04-20 Thread Ray Malone
Thanks, I found my issues. App Engine Utilities had grown the session database store to over 5000 records. It appears the code is not optimized for lots of sessions. I deleted all of the records and my app is running fast again. Thanks On Apr 19, 10:57 pm, Ray Malone wrote: > I have c

[google-appengine] Need help with Email, getting an odd error

2009-07-04 Thread Ray Malone
message.send() File "/base/python_lib/versions/1/google/appengine/api/mail.py", line 513, in send raise e ApplicationError: ApplicationError: 1 I'm sending out several hundred emails to people that have signed up to announcements, but after 70 or so go I get this error. --~--~-~--~-

[google-appengine] Best way to structure data

2009-07-28 Thread Ray Malone
I have a class that holds users and a class with objects the users own.The user class stores the user type. I want to query to find all objects owned by users of a specific type. I have a ref that points to users in the objects class, but not sure how I can use this to do what I need. I kno

[google-appengine] Using another SMTP Server

2009-07-28 Thread Ray Malone
We would like to send out news letters to our customers and the current email API is a little limiting. We are looking to use another service provider, but they require the server to connect via SMTP and use authinication. Is there any way to use this within App Engine? --~--~-~--~~-

[google-appengine] Re: Standard and mobile edition apps under same domain (two different sub domains)

2009-12-04 Thread Ray Malone
Under the setting for the app in your domain manager you should be able to add a another sub domain to point to the same app. Then you will need to update your records from the company you registered with to point the sub domain to ghs.google.com. I do this with several of my apps. However, you

[google-appengine] Data Store Timeouts that are Random

2009-12-04 Thread Ray Malone
My app has been running for almost a year now and runs great. The speed of app engine compared to hosting anywhere else has been great. However, I get random timeouts for simple gets. These queries are the exact same that run all day long several time a day and as you can see from my logs there w

[google-appengine] Re: Data Store Timeouts that are Random

2009-12-11 Thread Ray Malone
ed > > the "Sever Error" message and replaced it with a very polite "these > > things happen just retry in a few seconds and only call me if it > > happens every time" > > > On Dec 4, 10:40 am, Ray Malone wrote: > > > > My app has been

[google-appengine] lower case string query

2008-12-31 Thread Ray Malone
I can't seem to find documentation on how to filter a string value and expect a lower case value. For example if users input their names in upper and lower case I want to find the value using a lower case value later. --~--~-~--~~~---~--~~ You received this message

[google-appengine] Re: lower case string query

2008-12-31 Thread Ray Malone
I came up with the same approach, however, this is a unclean way to handle it. Is this the only option? On Dec 31, 10:42 am, "Rodrigo Moraes" wrote: > On Wed, Dec 31, 2008 at 1:27 PM, Ray Malone wrote: > > I can't seem to find documentation on how to filter a strin

[google-appengine] Should I use App Engine Patch

2009-01-02 Thread Ray Malone
I'm not sure of the benefits of using the Patch. I have been able to build two good sized apps (1000+ lines of code each) using the App Engine defaults. I know my code is not best practice yet, so I'm looking to learn more and make my next app better. While I like how the models are setup, the

[google-appengine] cpu usage

2009-01-07 Thread Ray Malone
Hi I get a message on my script that my average cpu is over 1300. However, when I review the details I can't see any cpu time used or any High CPU requests used. Second of all my script is not all that complicated and only makes 8 datastore api calls per request. I'm not sure where to look to tu

[google-appengine] Re: Should I use App Engine Patch

2009-01-07 Thread Ray Malone
thanks for the advice all. On Jan 4, 12:30 pm, Bobby wrote: > I was also undecided on whether to go with Django on top of the GAE > but ended up going for it using the AppEngine Patch and i'm glad i > did. > > Yesterday i needed to setup feeds and Django took care of everything > in literally a

[google-appengine] WWW. Help

2009-01-09 Thread Ray Malone
I've noticed that appspot.com sites are not accessable when you add WWW. to the name. Any Idea why or is it just my sites? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this gr

[google-appengine] Time Outs with Data Store

2009-03-12 Thread Ray Malone
Last night I had several timouts reading an entity with one record. It started around 7pm and continued until this morning where it stopped. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] New User Email Validation Redirect

2009-03-12 Thread Ray Malone
Does anyone know how to redirect the user back to your app after they create a new user account and get the email from Google Accounts to validate thier email address. This makes user sign up clunky if there isn't a way to do this. --~--~-~--~~~---~--~~ You receive

[google-appengine] Re: SMS via Email

2009-04-07 Thread Ray Malone
I agree. I'm using a gateway as well. I wouldn't recommend the email method. Jim, I am curious on who you are using for .03 a text. On Apr 7, 10:30 am, Jim wrote: > I've had problems with that approach in the past including: > > -- the email to text gateways operated by the cell carriers can

[google-appengine] A better datastore viewer?

2009-04-07 Thread Ray Malone
Does anyone know a better datastore viewer then the one that comes by default. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegro

[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread Ray Malone
Take a look at the documentation for uploading an app here http://code.google.com/appengine/docs/python/tools/uploadinganapp.html However, I think you are using the app engine patch and may need this instead. http://code.google.com/p/app-engine-patch/wiki/GettingStarted I don't use the path and

[google-appengine] Re: Noobie with google app engine. Need some help.

2009-04-07 Thread Ray Malone
my time > > > > learning and experiencing google apps but I don't. > > > > > the ceo knows I don't have experience with google. > > > > > I am also the only one doing it cheap for him. Others asked him for > > > > 1,500 bucks. > >

[google-appengine] Timeout: datastore timeout: operation took too long.

2009-04-13 Thread Ray Malone
I'm not sure why this occurs all of a sudden. The same job runs in 600ms.Then once in a while this runs over 6800 MS and times out. I can't have jobs just timeout for no reason.According to my logs during this time the only other request was a second prior. This occurred at 04-13 09:13AM

[google-appengine] Re: Timeout: datastore timeout: operation took too long.

2009-04-16 Thread Ray Malone
I'm seeing random timeouts where there are many seconds or minutes between requests and hours before app engine handled the same request within 400ms. I hit another one today that will actually cost my business, not much but some. My app needs to catch these and I am on many pain points.Howe

[google-appengine] Re: Timeout: datastore timeout: operation took too long.

2009-04-17 Thread Ray Malone
Speaking only for my app, I can tell this is not an application issue. My datastore is made up of only root entities and in most cases works well quickly. My app doesn't see large volumes of requests per second and it's more like requests per minute. There is no possible way the errors I'm s

[google-appengine] Re: Timeout: datastore timeout: operation took too long.

2009-04-18 Thread Ray Malone
Today, my app has seen 2 timeout errors at 3:10 pm according to the log. Each one was 30 seconds apart. One was a Get and the other a Put. Each on totally different classes that are not connected in any way. On Apr 17, 4:15 pm, Brandon Thomson wrote: > Google will not really acknowledge this

[google-appengine] Re: GAE should give app users guesstimate of site permanence.

2009-04-24 Thread Ray Malone
I personally don't want google to put ads on app engine apps On Apr 24, 5:29 pm, Alkis Evlogimenos ('Αλκης Ευλογημένος) wrote: > If you app gets tons of traffic what stops you from monetizing it by putting > AdSense on it? Why do you want google to do it for you? > > On Fri, Apr 24, 2009 at 9:41

[google-appengine] Re: App redesign

2009-05-04 Thread Ray Malone
I think you are going to have to recreate the entities. You can't just update them. You may want to use the new report API or Cron to make the changes. It's going to take a while no matter which way you go. On May 3, 11:34 am, vanya wrote: > I have created about million entities without ke

[google-appengine] Re: The API call mail.Send() required more quota than is available.

2009-05-04 Thread Ray Malone
I figured out my issue. I needed to enable billing to send more than 32 a minute.You can send about 4600 a minute when it's enabled. On May 4, 11:10 am, Ray Malone wrote: > I don't understand what's happened.  It allowed me to send about 100 > emails then stopped wi

[google-appengine] The API call mail.Send() required more quota than is available.

2009-05-04 Thread Ray Malone
I don't understand what's happened. It allowed me to send about 100 emails then stopped with this error. Is it because I made multiple requests at the same time? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Google Login Redirect back to page after user registers.

2009-05-30 Thread Ray Malone
else: self.redirect(users.create_login_url(self.request.uri)) If the user has not signed in, tell webapp to redirect the user's browser to the Google account sign-in screen. The redirect includes the URL to this page (self.request.uri) so the Google account sign-in mechanism will send the user