[google-appengine]

2017-07-17 Thread Jamie Barry
Please unsubscibe -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] How to serve GeoJSON features using Google Endpoints API within App Engine (GAE)

2014-11-19 Thread Jamie Vleeshouwer
. Is there a way to properly construct a GeoJSON polygon response according to the GeoJSON specifications http://geojson.org/geojson-spec.html? Jamie -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

Re: [google-appengine] How to tell if I'm enabling edge caching correctly?

2014-01-24 Thread Jamie Niemasik
I believe you can use the Vary header to accomplish that (Vary: Cookie). Keep in mind that it won't work if you're setting a cookie on your anonymous users for some other reason. Jamie On Friday, January 24, 2014 1:14:44 PM UTC-5, Rafael Sanches wrote: Any chance you guys know

[google-appengine] Re: Processing payments using Paypal, python SDK

2014-01-05 Thread Jamie Niemasik
+1. I've been using Stripe in my GAE app for the past year and it's been a terrific experience. The API is clean and intuitive, and you can give your users a simple flow (either with the nice views that Stripe provides, or with your own custom UI). Unless you have to use Paypal, I'd start with

Re: [google-appengine] Re: Blobstore filename created in MapReduce job too long to create BlobKey

2013-03-06 Thread Jamie Niemasik
similar -- so I'm not sure what precisely was causing the issue. On Saturday, March 2, 2013 4:25:17 AM UTC, Jamie Niemasik wrote: I've been receiving intermittent errors from MapReduce jobs. I'm running Python 2.7. The specific error is BadValueError: name must be under 500 bytes which

Re: [google-appengine] Re: Blobstore filename created in MapReduce job too long to create BlobKey

2013-03-05 Thread Jamie Niemasik
is no shorter than before. Ben, I wish I could do that, the mapreduce lib is creating a __BlobFileIndex__ datastore key using this filename as the id, so I don't know what sort of change I could make there. Unfortunately it's not something I'm storing as a property on my own model. Jamie On Tue

[google-appengine] Blobstore filename created in MapReduce job too long to create BlobKey

2013-03-01 Thread Jamie Niemasik
sometimes returns a filename that's 288 bytes, sometimes 992. I have no idea why or how to work around this — any help would be appreciated. Thanks, Jamie -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group

[google-appengine] --oauth2 not working for download_data?

2012-07-28 Thread Jamie Niemasik
supported for all operations. It prompts me for my email and password. Is this a bug in the script, or am I doing something wrong? Thanks, Jamie -- 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

[google-appengine] Re: Feature Request I Think....

2011-11-25 Thread Jamie Nelson
How about a header we can append to have a request routed to a particular instance-class? For those of us using gwt, appending an @Instance(target=a1) or @Latency(expected=2500) annotation to rpc methods could append the appropriate header to route requests based on their expected latency. This

Re: [google-appengine] Workflow Backend Index Task

2011-11-23 Thread Jamie Nelson
Marzia... We have a production app @ promevogpanel that is a paid app, experiencing this limit as well. If there is a reset or a limit you could lift, that would help us greatly. When you speak of managing the number of indexes that can be created in a short amount of time, do you really

[google-appengine] Re: Custom Administration Console pages with admin login requirement result in redirect loops

2011-11-13 Thread Jamie Niemasik
I'm also experiencing this problem. Did you find a solution? Thanks, Jamie On Sep 18, 5:20 am, Pol p...@everpix.net wrote: Hi, I've added customadminpages but when I try to follow the links added to the left pane of the Administration Console, it results inredirect loops. Looking

[appengine-java] Re: Changing datastore property type

2011-07-07 Thread Jamie
I am indeed using JDO so I'm kinda bummed that a simple schema change like this is causing problems. Haven't used Objectify before but it sounds like it might do what I need. I'm simply changing the type of a field/property (not part of the key) from Integer to String. The issue is I have a LOT

[appengine-java] Changing datastore property type

2011-07-06 Thread Jamie
I'm currently storing an ID property as an Integer in the datastore. This ID is actually an ID from a third party API. Recently they announced that this ID field will now be a String type. I understand that different entities of the same kind can have different properties as well as having the

[google-appengine] Re: Tasks are not executing!

2011-05-04 Thread Jamie
I'm seeing the same behavior! What's going on? On May 4, 11:18 pm, nischalshetty nischalshett...@gmail.com wrote: I can see thousands of tasks in my queue and they are just sitting there, not executing! Can someone look into this? -- You received this message because you are subscribed to

[google-appengine] Advice on calculating statistics on Datastore entities

2011-04-30 Thread Jamie
I'm currently storing entities of a particular kind (e.g. TrafficHits). I would like to begin removing older entities (e.g. older than a month), but would like to calculate summary statistics on these records before deleting them. What's the recommended approach for this (I'm using Java JDO)?

[google-appengine] Re: How many concurrent channels can GAE handle?

2011-04-11 Thread Jamie
the channels based on what is going on. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Jamie Sent: Thursday, April 07, 2011 11:22 AM To: Google App Engine Subject: [google-appengine] How manyconcurrentchannels

[google-appengine] How many concurrent channels can GAE handle?

2011-04-08 Thread Jamie
Given that the current quota for Channel creation is 95,040 per day, I'm looking into building a degradation path where I would use polling from the client side after a certain number of concurrent users have been reached. What I'm trying to figure out is where is cut-off point should be. How

[google-appengine] Data Corruption

2011-04-01 Thread Jamie Bliss
So my app seems to be having trouble with data corruption. Numeric references are all getting set to one or two values. Is this a google problem, as unlikely as it is? I'm pretty sure I didn't code that. -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: Add new URL with google apps not working

2011-03-31 Thread Jamie H
No, it's not. I still cannot remove current app engine apps from my Google Apps dash board. On Mar 31, 11:44 am, Marzia Niccolai ma...@google.com wrote: Hi, This should now be fixed. -Marzia On Tue, Mar 29, 2011 at 1:00 PM, JH jamesthop...@gmail.com wrote: I cannot delete my old

[google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-22 Thread Jamie H
problems sure it would be more nice if GAE can provide email service at the quality level similar to the Amazon SES one (at least would not be classified as SPAM), so we dont need to manage both . could we make this suggestion to GAE team? - eric On 22 March 2011 05:30, Jamie H ja

[google-appengine] Re: email sent by GAE would be regarded as spam for some email services

2011-03-21 Thread Jamie H
Wow, great idea! I have been having some delivery issues lately with GAE and looking for an alternative. I just downloaded a pythong Amazon SES library, signed up for SES, and put it all together and it works like a charm with GAE! On Mar 20, 10:31 pm, Nickolas Daskalou n...@daskalou.com wrote:

[google-appengine] Re: Please star this if you want datastore backups

2011-03-18 Thread Jamie H
From what I've been reading it sounds like work on the master/slave is done. They tried to make it reliable but just wasn't going to happen. If you want reliable try HR... I have yet to experience a DS timeout with it On Mar 18, 5:22 am, Brandon Wirtz drak...@digerat.com wrote: Plenty of

[google-appengine] Re: Scalability

2011-03-16 Thread Jamie H
The grandiosity never ceases to amaze me here. On Mar 16, 10:47 am, rekby timofey.koo...@gmail.com wrote: Yes, I know about this page. But I need know max resources what I can buy, for example 1 hosting server can answer for 17 million requests per day - 200 query per second, up to 800

[google-appengine] Re: Problems copying entities to the high replication datastore.

2011-03-10 Thread Jamie H
You are not alone. I experienced the same issues you are experiencing when I did my migration. I received no response from Google but this is no doubt an issue. I received the same namespace error, along with several mappers just hanging idle. On Mar 10, 2:01 pm, Petey brianpeter...@gmail.com

[google-appengine] Re: GAE/J mail goes into Junk folder of Yahoo and Hotmail

2011-03-09 Thread Jamie H
I have noticed this as well. My GAE emails used to be delivered to Yahoo just fine. Recently I have noticed that many of them are not sent to spam at Yahoo. I don't know why. I am sending from user@app- id.appspotmail.com. On Mar 8, 4:56 pm, Ioannis Cherouvim ioannis.cherou...@gmail.com

[google-appengine] Re: BadRequestError: app s~helixchewer cannot access app helixchewer's data during create_bulkloader_config

2011-03-02 Thread Jamie H
the s~ is affecting what email address I can send email from. I am now forced to use no-reply@s~APP-ID.appspotmail.com which as far as I know is not an RFC valid email address On Jan 24, 3:21 pm, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Yes, that is the goal. The s~ should not appear

[google-appengine] Copy Data from App to App

2011-02-23 Thread Jamie H
I want to use the HR datastore which Google claims is much more reliable. However every time I try to run the built in datastore admin function to copy my data from app to app It seems to get stuck with the last few entities. I get the following error below and the job never finishes. Hopefully

[google-appengine] performance since maintenance

2010-11-16 Thread Jamie H
Everything was great after maintenance! But is it just me, or do things seem to be slipping away? I am seeing timeouts on several apps, along with slower cold starts and increased latency since the maintenance... anyone else? -- You received this message because you are subscribed to the

[google-appengine] app engine articles

2010-11-09 Thread Jamie H
I'm just curious what happened to the articles at http://code.google.com/appengine/articles/ Nothing new has shown up in a while. They were very informative... -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Re: Early Christmas Present from Google?

2010-11-07 Thread Jamie H
Had to comment again on this mind blowing performance. Right now gae status page showing datastore get() latency about 5ms while memcache get() latency is about 3ms. If you improve any more you are going to deprecate memcache! On Nov 7, 8:55 am, Joshua Smith joshuaesm...@charter.net wrote: +1.

[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread Jamie H
Very impressive! Datastore is screaming right now! Whoever engineered this fix deserves a raise! On Nov 6, 5:28 pm, Peter Petrov onest...@gmail.com wrote: It looks like they performed some seriously powerful voodoo spells during the maintenance :) Well done, Googlers, thank you! On Sun,

[google-appengine] Re: Return-path

2010-10-28 Thread Jamie H
I'm pretty sure there is still no way to do this. There is an issue you can star... Also, some people claim the return-path being different from sender can cause emails to be flagged as spam. I don't know if this is true but I have had very good success with my app engine emails being

[google-appengine] Re: Continued Random 500 Error

2010-10-26 Thread Jamie H
include some logging so that you can see how long your app takes on average to startup a cold instance. Rgds Tim On Oct 25, 11:36 am, Jamie H ja...@mhztech.com wrote: App Engine Staff, I continue to receive this error on all my apps.  I receive this error on cold starts.  I say

[google-appengine] Continued Random 500 Error

2010-10-24 Thread Jamie H
App Engine Staff, I continue to receive this error on all my apps. I receive this error on cold starts. I say this because in the past Google has responded this is due to 1 sec averages, causing Google to not scale your app. This is not the case for me. I receive it on 0 load. I see these

[google-appengine] Re: Request was aborted after waiting too long to attempt to service your request.

2010-10-21 Thread Jamie H
Ikai, I understand your response to this post but I'd like to let you know what I have seen. I see this error occasionally when my site has no load. Ie: 0 instances. For example, in the middle of the night when no users are on the site my cron runs and I receive this error. To prevent this I

[google-appengine] Re: Google apps engine for Business pricing Q

2010-10-20 Thread Jamie H
From what I have read they definately plan to make app engine for business available for user facing sites, they simply have not determined the pricing for that model yet. On Oct 20, 2:45 pm, Robert Kluin robert.kl...@gmail.com wrote: Hey David,   You can use App Engine for building a generic

[google-appengine] errors

2010-10-20 Thread Jamie H
Seems that the mail.send error is back... I've even noticed it thrown by the ereporter trying to send me the day's exceptions. This is for app-id moto-tmobile. I've also seen elevated datastore timeouts today -- You received this message because you are subscribed to the Google Groups Google

[google-appengine] Re: errors

2010-10-20 Thread Jamie H
Programs Engineer, Google App Engine Blogger:http://googleappengine.blogspot.com Reddit:http://www.reddit.com/r/appengine Twitter:http://twitter.com/app_engine On Wed, Oct 20, 2010 at 1:38 PM, Jamie H ja...@mhztech.com wrote: Seems that the mail.send error is back... I've even noticed it thrown

[google-appengine] Re: Quota numbers seem wrong

2010-10-19 Thread Jamie H
No, I can confirm that I have 3 apps which all seem to have the same stuck quota numbers, for both Datastore queries and DS CPU Time. These numbers never change. Datastore CPU Time 0% 2.49 of 2,487.70 CPU hours Okay Datastore Queries 0% 2,073,600 of 417,311,168Okay App

[google-appengine] Re: Alternate to 'like' clause

2010-10-18 Thread Jamie H
Well from the app engine docs they show you how to search for a substring at the beginning of a string... db.GqlQuery(SELECT * FROM MyModel WHERE prop = :1 AND prop :2, abc, uabc + u\ufffd) This matches every MyModel entity with a string property prop that begins with the characters abc. The

[google-appengine] Re: can i use channel api now?

2010-10-18 Thread Jamie H
it in their platform, I believe it can be a marquee feature for them and can unlock a whole new class and quality of apps on the web. On Oct 15, 5:30 am, Jamie H ja...@mhztech.com wrote: I imagine that the Google engineers have already finished it.  They were just not aware that anybody

[google-appengine] Re: can i use channel api now?

2010-10-15 Thread Jamie H
I imagine that the Google engineers have already finished it. They were just not aware that anybody wanted it. Now that they know there is interest and demand I'd expect to see it released any day On Oct 15, 12:57 am, Heiko Roth r...@egotec.com wrote: We need channel api, too. Please

[google-appengine] Re: Quota numbers seem wrong

2010-10-14 Thread Jamie H
I have noticed the datstore query quota being inaccurate before. 2 million seems to be it's bottom range. On Oct 14, 1:15 pm, Richard Watson richard.wat...@gmail.com wrote: My quota page seems to be over-reporting a couple of numbers quite a bit: CPU Time        0.17 Requests 1,800 Secure

[google-appengine] Re: Upcoming changes to Task Queues

2010-10-14 Thread Jamie H
Also you can add tasks in bulk, I believe 100.. so with 1 api call you could add 100 tasks. On Oct 14, 8:29 pm, vtscout vlad.troyan...@gmail.com wrote: Since we are on this topic. Task Quota has 3 items: Task API Calls: 100,000 Task Stored Task Count: 1,000,000 Task Stored Task Bytes: 104M  

[google-appengine] 1.3.8 and merge-join index requirements

2010-10-14 Thread Jamie H
After hearing that 1.3.8 removed some index requirements, along with watching the exciting google IO video on next gen queries, I have been preparing for this release... However, the change to index requirements does not seem to be live yet... am I correct ? -- You received this message because

[google-appengine] Re: The API call mail.Send() took too long to respond and was cancelled.

2010-10-13 Thread Jamie H
Jamie H ja...@mhztech.com Looks like I spoke too soon about the fix.  I just sent 24 emails and received this error 9 times.  Looks like it is still here and worse than ever.  I send my emails via a task, so they are resent upon error, however the previous poster indicated that despite

[google-appengine] Re: Dev chat transcript for Oct 6?

2010-10-13 Thread Jamie H
Little was said but I have one available if you want shoot me an email. On Oct 13, 12:16 pm, David Underhill d...@cs.stanford.edu wrote: I may have overlooked it, but has the transcript for the previous dev chat (last Wednesday night I believe) been posted?  Thanks! -- You received this

[google-appengine] Re: TransientError on adding task queue, yet the status page says no error.

2010-10-12 Thread Jamie H
I am curious if by using deferred instead of tasks you will still have to worry about TransientErrors ? Since the deferred library handles inserting the task... I don't see anywhere in the docs of deferred saying you must worry about TransientError... On the same note I am curious if anybody

[google-appengine] Re: Still getting errors sending mail

2010-10-11 Thread Jamie H
Developer Programs Engineer, Google App Engine Blogger:http://googleappengine.blogspot.com Reddit:http://www.reddit.com/r/appengine Twitter:http://twitter.com/app_engine On Wed, Oct 6, 2010 at 3:54 PM, Jamie H ja...@mhztech.com wrote: Thanks for the reply!  Glad to hear the team

[google-appengine] Re: High Latency Issues

2010-10-11 Thread Jamie H
What do you mean by cold instance startup that timed out ? Sometimes I will get the error: Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this

[google-appengine] contact the App Engine team.

2010-10-11 Thread Jamie H
Dearest app engine team, I received this error again last night. At the time I received it my app had no load at all. Leaving me to believe this is a cold start issue. Appid: comerica-tt . Running python+webapp Request was aborted after waiting too long to attempt to service your request.

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

2010-10-11 Thread Jamie H
Looks like I spoke too soon about the fix. I just sent 24 emails and received this error 9 times. Looks like it is still here and worse than ever. I send my emails via a task, so they are resent upon error, however the previous poster indicated that despite this exception the emails are sent..

[google-appengine] Re: Site not working after update

2010-10-11 Thread Jamie H
yes i cannot deploy right now On Oct 11, 8:21 pm, Andrew andriu...@gmail.com wrote: Hello, could someone from google have a look at site: bidshapeauction Site stopped working after update, the same code works fine on other app ids. We are getting different errors: type

[google-appengine] TransientError

2010-10-10 Thread Jamie H
Greetings app engine pilots, Well I received my first TransientError on taskqueue.add yesterday, appid: fonefindr .. My question is this, what does this mean? I have seen some people say that the task is actually still added even when this exception is raised. Do I need to try and catch this

[google-appengine] Re: Transfer application to other account

2010-10-10 Thread Jamie H
I have personally noticed that if I delete applications from my account I am not re-credited in my allowed application count. I have been told that it is possibly a bug right now. On Oct 10, 3:14 pm, Nikolay Tenev tenev.niko...@gmail.com wrote:  Hi I was created application in app engine and

[google-appengine] Re: Still getting errors sending mail

2010-10-06 Thread Jamie H
, Jamie H ja...@mhztech.com wrote: Sorry to reply to my own message, but I wanted to add that I am about to start an email campaign for a client, so it is very important that my emails are successfully sent... if not, and invitations are not delivered, nobody will show up for several events

[google-appengine] Re: Still getting errors sending mail

2010-10-06 Thread Jamie H
...@google.com wrote: We're testing a fix, but it's not ready yet. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger:http://googleappengine.blogspot.com Reddit:http://www.reddit.com/r/appengine Twitter:http://twitter.com/app_engine On Wed, Oct 6, 2010 at 11:45 AM, Jamie H ja

[google-appengine] Still getting errors sending mail

2010-10-05 Thread Jamie H
Just moments ago I sent 21 emails, and received 4 of the following error: 10-05 02:32PM 26.045 The API call mail.Send() took too long to respond and was cancelled. ... DeadlineExceededError: The API call mail.Send() took too long to respond and was cancelled. Now, I have learned over time so I

[google-appengine] Re: Still getting errors sending mail

2010-10-05 Thread Jamie H
should be functioning properly On Oct 5, 4:55 pm, Jamie H ja...@mhztech.com wrote: Just moments ago I sent 21 emails, and received 4 of the following error: 10-05 02:32PM 26.045 The API call mail.Send() took too long to respond and was cancelled. ... DeadlineExceededError: The API call

[google-appengine] Re: The channel service is not enabled

2010-09-30 Thread Jamie H
Wow, this is interesting. I am not interested in testing the channel api, but I would love to sign up for testing other roadmap features. Such as reserved instances, longer tasks, datastore dump... are there other signup pages ? On Sep 30, 12:44 pm, Ikai Lan (Google) ikai.l+gro...@google.com

[google-appengine] Suggestion

2010-09-29 Thread Jamie H
I too was very happy to see the downtime notify email today! I'm very glad to know that the Googlers are on the case! One suggestion I have as to the status page, is possibly add a monitor that reports the # of 500's received per day...As in, the status page requests a random page from your

[appengine-java] version not ready

2010-01-21 Thread jamie
hi! I am having problems similar to http://groups.google.com/group/google-appengine-java/browse_thread/thread/4ab4567d36043241 Whenever I try to deploy, I get Unable to update: java.lang.RuntimeException: Version not ready. at com.google.appengine.tools.admin.AppVersionUpload.commit

[google-appengine] Re: Python Vs Java in GAE

2009-06-10 Thread Jamie
To me, it looks like the Python implementation came first (and comes first) and is more mature than the Java implementation (I keep seeing messages in the Google App Engine Java Group about how some feature is support in Python, why isn't it supported in Java). Jamie