Re: [google-appengine] Re: Connecting from app engine instance to compute engine instance directly

2017-05-26 Thread AJ Ross
PM UTC-7, Justin Beckwith wrote: > > No no no no :) We don't enable this directly in flex. May I ask - why are > you trying to connect directly to a single instance? > > On Fri, May 26, 2017 at 1:20 PM, AJ Ross <a...@lasersox.net > > wrote: > >> If you're willi

[google-appengine] Re: Connecting from app engine instance to compute engine instance directly

2017-05-26 Thread AJ Ross
If you're willing to migrate to Flex, it appears as though you can do it: https://groups.google.com/d/msg/google-appengine/5RsoKIPWyTQ/pnxyI-anBAAJ On Wednesday, April 26, 2017 at 8:03:29 PM UTC-7, Bjorn Harvold wrote: > > Definitely a needed feature! > -- You received this message because you

[google-appengine] Re: App Engine to Compute Engine communication via internal IP

2017-05-26 Thread AJ Ross
Hey Lorne, thanks for the information. I have a "standard" instance and I'm migrating to "flex" in order to be able to open direct connections to a Kubernetes cluster. Good to know that this should work! On Wednesday, January 4, 2017 at 10:25:40 AM UTC-8, Lorne Kligerman wrote: > > As Adam

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Max Ross
Hi Jon, The alternative is to programmatically write to Google Cloud Storage. Can you tell me why it's important to write to Blobstore versus GCS? Thanks, Max On Thu, Jun 6, 2013 at 1:41 AM, jon jonni.g...@gmail.com wrote: Chris and Tom, I absolutely need programmatic write access to

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-06 Thread Max Ross
answer whether or not the GCS supports fast concurrent writes the same way the blobstore writing API does? On Thu, Jun 6, 2013 at 2:18 PM, Max Ross m...@google.com wrote: Hi Jon, The alternative is to programmatically write to Google Cloud Storage. Can you tell me why it's important to write

[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Max Ross
Hi everyone, I'll try to batch answers to multiple questions into a single response. 1) We're not making any Blobstore announcements or decisions in this release. 2) The only thing we're announcing here is our intent to decommission the experimental Files API. That's

Re: [google-appengine] Re: Web site completely down + appengine console not accessible

2012-10-26 Thread Max Ross (Google)
The App Engine team is working on it. Please follow https://groups.google.com/forum/?fromgroups=#!topic/google-appengine-downtime-notify/SMd2pDJsCPo for updates. Max (Google) On Friday, 26 October 2012 08:32:11 UTC-7, Giovanni Di Noia wrote:

[google-appengine] Re: 1.6.6 Pre-release SDKs available

2012-05-16 Thread Max Ross (Google)
It looks like you're trying to use the new appstats library in production but we haven't updated our production systems yet. The new appstats functionality should work fine when running locally right now. Thanks, Max On Tuesday, 15 May 2012 13:49:34 UTC-7, Savaş L. wrote: on java it produce

[appengine-java] Re: Problem with exception on server startup when GAE sdk is in svn

2012-02-22 Thread Max Ross (Google)
It's a bug triggered by the fact that the .svn directories are read-only. If you make those directories writable the problem *should* go away. Please try that out and let me know. Thanks, Max -- You received this message because you are subscribed to the Google Groups Google App Engine for

Re: [appengine-java] Re: Number of writes per second limitation

2011-11-07 Thread Max Ross (Google)
5 put() RPCs plus one more for the commit, although you could use a batch put to turn this into 1 put() RPC plus one more for the commit. These are implementation details though. We may at some point just hold on to the entire mutation until commit time (easy if you're not asking us to generate

[appengine-java] DataNucleus App Engine Plugin v2.0.0-RC1 available for testing

2011-11-01 Thread Max Ross (Google)
JPA 2, JDO 3, unowned relationships, and tons of bug fixes. https://plus.google.com/102837845875216819095/posts/9U9VFWqhPx7 -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[google-appengine] Re: HRD uses more datastore writes?

2011-11-01 Thread Max Ross (Google)
That's great to hear, thanks for being so patient with us while we sorted this out. Max -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Max Ross (Google)
Jason, You said that you deployed the same code to the HRD instance of your app that was running on the Master/Slave instance. Is there any part of your application that might behave differently in the face of HRD's slightly different read consistency guarantees? Are you ever writing data and

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Max Ross (Google)
Different theory: It looks like your cron jobs are still running in your old app. Could you please try redeploying an empty cron config for your old app and let me know when you've done that? Thanks, Max -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Max Ross (Google)
Cron jobs should not be running on a disabled app. We'll fix it. Please do let us know if your datastore writes return to their original levels. Thanks, Max -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the

Re: [appengine-java] Re: JDO and XG transactions - Performance

2011-10-18 Thread Max Ross (Google)
We debated this quite a bit internally. To paraphrase the argument that carried the day: XG transactions are awesome but they are not true global transactions. You're limited to 5 entity groups, you're more likely to see partially applied transactions in global query results, you can get a

[appengine-java] Re: XG Transactions with JDO/JPA

2011-10-13 Thread Max Ross (Google)
Enabling HR locally is described here: http://code.google.com/appengine/docs/java/tools/devserver.html#Using_the_Datastore -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] XG Transactions with JDO/JPA

2011-10-12 Thread Max Ross (Google)
Hi everyone, Due to a mix-up, the JDO/JPA jars that are included in the 1.5.5 SDK do *not *support XG Transactions. If you want to use XG Transactions with JDO or JPA in 1.5.5 you can download an updated jar from

Re: [google-appengine] Re: Apps For Domains is a MAJOR failing of AppEngine

2011-09-21 Thread Ross Karchner
It's been WontFix'ed for a while, but I have a ticket for plain old CNAME support: http://code.google.com/p/googleappengine/issues/detail?id=2649 -- 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] remote_api and java - put in batches

2011-07-26 Thread Fred Ross-Perry
I'm working on a tool using Java on the client side to backup and restore data. The restore side involves reconstructing entities form XML data, and putting them to the datastore. Right now I am doing them one at a time, like this: while (there are more entites) {

Re: [google-appengine] The client and server communication protocol

2011-07-08 Thread Ross M Karchner
Isn't SOAP generally tunneled through HTTP anyways? On Fri, Jul 8, 2011 at 3:49 AM, Bruce Aloe brucea...@gmail.com wrote: Hello, I have a client (some java code) and server (some python code defined in GAE) system architecture. I know Http protocol could be used as the communication

Re: [google-appengine] What's the difference between static and cached requests in the dashboard?

2011-07-01 Thread Ross M Karchner
I'm _pretty_ sure cached means served by the front end cache: http://www.kyle-jensen.com/proxy-caching-on-google-appengine On Wed, Jun 29, 2011 at 6:35 PM, Waleed Abdulla wal...@ninua.com wrote: I noticed a big increase in requests today, and it looks like it's due to a sharp increase in

Re: [google-appengine] Datastore Admin shows nothing even though the Data Viewer shows data

2011-06-20 Thread Ross M Karchner
...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner -- 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

Re: [google-appengine] #appengine irc chat transcript 2011-06-15

2011-06-17 Thread Ross M Karchner
@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner -- You received this message because you are subscribed to the Google

Re: [google-appengine] Best practices for GAE iOS

2011-06-17 Thread Ross M Karchner
this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner -- You received this message because you are subscribed to the Google Groups Google App Engine group

Re: [appengine-java] Re: why the development of java tools fall far behind that of python's?

2011-05-26 Thread Max Ross (Google)
I would also point out that it is possible for Java apps to migrate from Master/Slave to High Replication: http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html#Copying_Entities_to_Another_Application Having to create an empty Python version of your app is no doubt clunky and not

[google-appengine] High CPU usage

2011-05-19 Thread Ross Burton
/534.36,gzip(gfe) 81.2.106.35 - ross [19/May/2011:10:27:28 -0700] POST /api/0/add HTTP/1.1 200 156 - Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.36 (KHTML, like Gecko) Chrome/13.0.767.1 Safari/534.36,gzip(gfe) REMOVED.appspot.com ms=333 cpu_ms=2048 api_cpu_ms=1952 cpm_usd=0.057453 The data model

[google-appengine] Re: High CPU usage

2011-05-19 Thread Ross Burton
for the help, Ross -- 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@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options

Re: [google-appengine] api method to find records within x miles of geo location

2011-05-16 Thread Ross M Karchner
. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner -- You received this message because you are subscribed to the Google Groups Google App Engine

[appengine-java] Re: Can remote api be used inside a GAE java app.

2011-05-12 Thread Max Ross
This is on our radar but it's not yet supported. Max -- 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-java@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: Will movement out of preview status give free access to SQL

2011-05-12 Thread Max Ross
We don't have anything to announce related to SQL pricing and quotas, but the access for Java apps will be through JDBC. Max -- 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

[appengine-java] Re: Backends Javadoc Reference not uploaded

2011-05-12 Thread Max Ross
I see it here in com.google.appengine.api.backends: http://code.google.com/appengine/docs/java/javadoc/ Where are you looking? Max -- 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

Re: [google-appengine] What do you want to see answered in Greg's pricing FAQ?

2011-05-12 Thread Ross M Karchner
Will the Front End Cache feature ever be formalized as an expected, documented part of the service offering? -- 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@googlegroups.com. To

Re: [google-appengine] Re: Under new billing, how would a multiget/multiput be billed?

2011-05-11 Thread Max Ross (Google)
We're still sorting out the details, but we will most likely be charging for entity reads, entity writes, and index writes. This is actually pretty similar to what we do today, but we think the units are easier to understand than cpu. Under this proposed model, multiget/multiput are a single

[google-appengine] Re: Under new billing, how would a multiget/multiput be billed?

2011-05-11 Thread Max Ross (Google)
Right right, we don't want that effort to be wasted either. -- 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@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] 1.5 is out / SDK for Go

2011-05-10 Thread Ross M Karchner
I'm sure official announcements are coming: http://code.google.com/appengine/downloads.html http://code.google.com/appengine/docs/go/overview.html -- Ross M Karchner -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group

Re: [google-appengine] Re: App Engine DataStore - Supporting Multiple Apps Issue

2011-04-19 Thread Ross M Karchner
group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner

Re: [google-appengine] One problem in GAE but NOT in local host.

2011-04-09 Thread Ross M Karchner
-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner -- You received this message because you are subscribed

Re: [google-appengine] Re: CSV in Appengine!

2011-04-07 Thread Ross M Karchner
. -- Ross M Karchner -- 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@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com

Re: [google-appengine] How to block Google App Engine?

2011-04-01 Thread Ross M Karchner
to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner -- You received this message because you

Re: [google-appengine] Re: Prerelease SDK 1.4.3 now available for download

2011-03-22 Thread Ross M Karchner
://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner -- 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@googlegroups.com. To unsubscribe from this group, send email to google-appengine

Re: [google-appengine] Error logging into domain

2011-02-16 Thread Fred Ross-Perry
Ok thanks. On Feb 16, 2011, at 4:37 PM, Jon McAlister jon...@google.com wrote: Sorry about that. We were just testing out a change, but it does not work for a certain class of google accounts. Have reverted the change so it should be working again. On Wed, Feb 16, 2011 at 3:09 PM,

Re: [google-appengine] How to do a batch operation without 30 sec time limit

2011-01-21 Thread Ross M Karchner
. -- Ross M Karchner http://eventgrinder.com -- 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@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr

Re: [google-appengine] Re: Why do my indexes stay Building for long periods of time?

2011-01-10 Thread Ross M Karchner
...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- You received this message because you are subscribed to the Google Groups Google App Engine group

Re: [google-appengine] Can not access database at localhost on Google App Engine Launcher

2010-12-27 Thread Ross M Karchner
at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- 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-appeng...@googlegroups.com. To unsubscribe from

[google-appengine] namespace_manager.google_apps_namespace()

2010-12-26 Thread Ross M Karchner
Quick question: does namespace_manager.google_apps_namespace() vary based on: - The domain name the app is accessed on (configured in the Google Apps control panel)? - The federated OpenID login that the user logged in with (per the Google Apps Marketplace documentation) -- Ross M Karchner

Re: [google-appengine] I want to install Google App Engine on my web server !

2010-12-20 Thread Ross M Karchner
to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http

Re: [appengine-java] Multiple Async get vs one Sync batch get?

2010-12-17 Thread Max Ross (Google)
Interesting results! I've run similar tests with writes (put and delete) and my results indicate that in most situations, multiple async writes will perform better than one batch sync call. I can't think of any reason this wouldn't be the case for reads as well. Are your entities all in

Re: [google-appengine] Re: Using OpenID with Google App Engine and its UserService

2010-12-06 Thread Ross M Karchner
-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http

Re: [appengine-java] Re: datanucleus-appengine

2010-12-03 Thread Max Ross (Google)
There's a big difference between something that is deprecated and something that isn't getting any new features. JDO/JPA is most certainly not deprecated. We are making sure it is keeping pace with our new SDK releases, and we hope to be able to start enhancing it as soon as we can. There is

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-30 Thread Ross M Karchner
://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send

Re: [appengine-java] no async queries on AsyncDatastoreService for 1.4.0?

2010-11-29 Thread Max Ross (Google)
Hi Luke, First the awesome news: As of 1.4.0, many queries are implicitly asynchronous. When you call PreparedQuery.asIterable() or PreparedQuery.asIterator(), we initiate the query in the background and then immediately return. This lets you do work while the first batch of results is being

Re: [google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-20 Thread Ross M Karchner
, Ross M Karchner rosskarch...@gmail.comwrote: What are the consequences of a task being in the fast pool or the slow pool? On Fri, Nov 19, 2010 at 1:07 PM, Ikai Lan (Google) ikai.l+gro...@google.com ikai.l%2bgro...@google.com wrote: Hi Julian, Long running user facing requests are bad

Re: [google-appengine] How to make runtime dropdown work in App Engine Launcher (mac)

2010-11-19 Thread Ross M Karchner
in your current SDK with the pre-release one. If you are on a Mac the google_appengine directory is probably located in: /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources Robert On Thu, Nov 18, 2010 at 19:07, Ross M

Re: [google-appengine] Prerelease SDK 1.4.0 is out!

2010-11-18 Thread Ross M Karchner
://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- 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-appeng...@googlegroups.com. To unsubscribe from this group

[google-appengine] How to make runtime dropdown work in App Engine Launcher (mac)

2010-11-18 Thread Ross M Karchner
See this: http://www.flickr.com/photos/theross/5188535988/ How would I go about making the new 1.4 prerelease SDK an available runtime? -- Ross M Karchner http://eventgrinder.com -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Re: Issue with allocate_ids

2010-11-01 Thread Max Ross
You are not required to actually use the ids returned by allocate_ids - once the function returns, you are guaranteed that the datastore will not assign those ids. On Oct 28, 11:18 pm, 风笑雪 kea...@gmail.com wrote: I found this:http://code.google.com/intl/en/appengine/docs/revision_history.html

Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-18 Thread Ross M Karchner
-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http

Re: [appengine-java] SDK 1.3.8 released!

2010-10-15 Thread Max Ross (Google)
Guillaume, Which FetchOptions class are you looking at? The last update I see to either of them was back in April and they were backwards compatible changes. Thanks, Max On Fri, Oct 15, 2010 at 5:51 AM, Guillaume Laforge glafo...@gmail.comwrote: Excellent, thank you! The instances view is

Re: [appengine-java] Any changes to access levels in com.google.appengine.api.datastore recently?

2010-10-15 Thread Max Ross (Google)
We refactored the internals of the DatastoreService implementation pretty heavily in the release we just pushed out but there shouldn't have been any backwards incompatible changes to the public API. I'm not familiar with appengine-clj. Does it use reflection to access non-public

Re: [google-appengine] AttributeError: 'module' object has no attribute 'defaulttags'

2010-10-11 Thread Ross M Karchner
this group, send email to google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- You received this message because

Re: [google-appengine] AttributeError: 'module' object has no attribute 'defaulttags'

2010-10-11 Thread Ross M Karchner
Sorry folks, wrong email window! On Mon, Oct 11, 2010 at 9:47 AM, Ross M Karchner rosskarch...@gmail.comwrote: Yep, that's me, and yes, the event was added correctly. They go into an approval queue. On Mon, Oct 11, 2010 at 9:34 AM, Raymond C. windz...@gmail.com wrote: The error keep

Re: [google-appengine] appspot.com in China

2010-10-01 Thread Ross M Karchner
email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- You received

Re: [google-appengine] question on behavior of namespaced task queues

2010-09-10 Thread Ross M Karchner
. -- Ross M Karchner http://eventgrinder.com -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr

Re: [google-appengine] Re: App Engine for Busisness

2010-09-07 Thread Ross M Karchner
to /my_callback_handler -- Ross M Karchner http://eventgrinder.com -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google

Re: [google-appengine] Re: App Engine for Busisness

2010-09-07 Thread Ross M Karchner
That's less fun, but thanks ;) On Tue, Sep 7, 2010 at 9:49 AM, Nick Johnson (Google) nick.john...@google.com wrote: Hi Ross, By 'offline URLFetch', I simply mean URLFetch calls from 'offline' (eg, task queue or cron job) requests. -Nick On Tue, Sep 7, 2010 at 1:46 PM, Ross M Karchner

Re: [google-appengine] Re: Appengine Internal Error

2010-08-31 Thread Ross M Karchner
...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- You received this message because you are subscribed to the Google Groups Google App

Re: [google-appengine] multi-tenant

2010-08-26 Thread Ross M Karchner
. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- 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-appeng

Re: [google-appengine] more one domain for one app

2010-08-05 Thread Ross M Karchner
Way ahead of you ;) http://code.google.com/p/googleappengine/issues/detail?id=2649 On Thu, Aug 5, 2010 at 4:09 PM, Christoffer Viken christof...@viken.mewrote: On Thu, Aug 5, 2010 at 9:26 PM, Ross M Karchner rosskarch...@gmail.comwrote: It would be such a huge improvement if they did away

[google-appengine] Do future-scheduled tasks show up in the task count?

2010-07-30 Thread Ross M Karchner
-- is there a way to see tasks with a future ETA? -- Ross M Karchner http://eventgrinder.com -- Ross M Karchner http://eventgrinder.com -- 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-appeng

Re: [google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Ross M Karchner
to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- Ross M Karchner http://eventgrinder.com -- You received

[google-appengine] Admitting Defeat: Deploy new version to a custom domain

2010-07-16 Thread Ross M Karchner
This morning I deployed a new version of my app, and later made it the default. My custom domain is still showing the old one, though. I don't see anywhere in the admin panel where you would manage versions on a per-domain basis (maybe there should be?) So... what's the right way to do this? I

[google-appengine] Re: Admitting Defeat: Deploy new version to a custom domain

2010-07-16 Thread Ross M Karchner
Disregard this-- I'm pretty sure this was me being silly. On Fri, Jul 16, 2010 at 12:38 PM, Ross M Karchner rosskarch...@gmail.comwrote: This morning I deployed a new version of my app, and later made it the default. My custom domain is still showing the old one, though. I don't see anywhere

Re: [appengine-java] Re: CloudCover: Cannot schedule instance of TestClass because of not an available class

2010-07-14 Thread Max Ross (Google)
, but not with the CloudCoverLocalServiceTestHelper. Is there a specific version of App Engine I should be using? I am using 1.3.2. On Jun 12, 11:57 pm, Max Ross (Google) maxr+appeng...@google.commaxr%2bappeng...@google.com wrote: This most likely means that your tests aren't

Re: [google-appengine] Re: typical monthly costs for running an app

2010-06-23 Thread Ross M Karchner
I would love to know how much traffic (or better, how many topics and subscriptions) PubSubHubBub serves, and how much it costs (even if nobody really pays for it). On Wed, Jun 23, 2010 at 11:09 AM, Geoffrey Spear geoffsp...@gmail.com wrote: On Jun 22, 9:49 pm, Tristan

Re: [google-appengine] 1 meg limit on processing images is really harshing my buz

2010-06-15 Thread Ross M Karchner
Have you looked at the Blobstore API? http://code.google.com/appengine/docs/python/blobstore/overview.html#Using_the_Image_Service_with_the_Blobstore Users can upload files up to 2GB, and the Image API can *load* images from Blobstore. The only limitation is that the resulting image has to be

Re: [google-appengine] Re: 1 meg limit on processing images is really harshing my buz

2010-06-15 Thread Ross M Karchner
It's OK, I'll get over it http://www.sadtrombone.com/ 2010/6/15 Jaroslav Záruba jaroslav.zar...@gmail.com: Than I guess I was not correct. You should be able to achieve that with what Ross has suggested. My apologies for that rimshot. :P On Tue, Jun 15, 2010 at 6:34 PM, Kelly

Re: [appengine-java] CloudCover: Cannot schedule instance of TestClass because of not an available class

2010-06-12 Thread Max Ross (Google)
This most likely means that your tests aren't available as part of your application. Are you certain you uploaded them? On Fri, Jun 11, 2010 at 11:31 PM, Art art...@gmail.com wrote: Dear group, I would like to know how to make CloudCover (http://code.google.com/p/ cloudcover/) work. At

Re: [google-appengine] Re: Static files in newly deployed version not available in the apps domain. (Major problem)

2010-06-03 Thread Ross M Karchner
Partially off-topic--- if GFE serves a cached resource, do we get billed for the bandwidth? On Wed, Jun 2, 2010 at 3:27 PM, Ikai L (Google) ika...@google.com wrote: Okay, looks like the Google Front-End is kicking in to cache your stuff Server Google Frontend Content-Length 2834 Age

Re: [google-appengine] OpenId reference implementation

2010-05-28 Thread Ross M Karchner
Yeah, that's what you need to do if you plan on giving people provider choices. You could do it that way, or you could accept the openID url as form input, do the create_login_url, and redirect to the generated URL. On Fri, May 28, 2010 at 2:04 PM, Scott Ellis m...@scottellis.com.au wrote: It

Re: [google-appengine] What is an App?

2010-05-27 Thread Ross M Karchner
Consider App just an abbreviation for Web Application http://en.wikipedia.org/wiki/Web_Application I think it's fair to call a social networking site a web app-- but it won't do you much good in this case, since App Engine only supports Python or Java, and instead of relational databse like

Re: [google-appengine] Prerelease 1.3.4 SDK ready for download

2010-05-13 Thread Ross M Karchner
If we want to switch an existing app from Google accounts to OpenID, will we have to delete them and remake them? On Thu, May 13, 2010 at 1:46 PM, Ikai L (Google) ika...@google.com wrote: Hello, App Engine developers! Just wanted to let everyone know that prerelease 1.3.4 SDK is now available

Re: [google-appengine] Re: Prerelease 1.3.4 SDK ready for download

2010-05-13 Thread Ross M Karchner
doubt. Charles Abreu On May 13, 3:13 pm, Ross M Karchner rosskarch...@gmail.com wrote: If we want to switch an existing app from Google accounts toOpenID, will we have to delete them and remake them? On Thu, May 13, 2010 at 1:46 PM, Ikai L (Google) ika...@google.com wrote: Hello

Re: [appengine-java] The API call datastore_v3.Put() is temporarily unavailable.

2010-05-05 Thread Max Ross (Google)
GAE is currently read-only for scheduled maintenance. I recommend subscribing to the google-appengine-downtime-notify group if you'd like to receive notifications of these events: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/5302cb6b950ce215

Re: [appengine-java] Unable to update app: Error posting to URL: Error 500

2010-05-05 Thread Max Ross (Google)
GAE is currently read-only for scheduled maintenance. I recommend subscribing to the google-appengine-downtime-notify group if you'd like to receive notifications of these events: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/5302cb6b950ce215

Re: [appengine-java] Re: The API call datastore_v3.Put() is temporarily unavailable.

2010-05-05 Thread Max Ross (Google)
exception... Jerome On May 5, 3:47 pm, Max Ross (Google) maxr+appeng...@google.commaxr%2bappeng...@google.com wrote: GAE is currently read-only for scheduled maintenance. I recommend subscribing to the google-appengine-downtime-notify group if you'd like to receive notifications

Re: [appengine-java] Error uploading project to App Engine

2010-04-28 Thread Max Ross (Google)
GAE is currently read-only for scheduled maintenance. I recommend subscribing to the google-appengine-downtime-notify group if you'd like to receive notifications of these events: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/4857b46e4e6ff0f9

Re: [appengine-java] Re: ApiProxyLocalImpl class not public

2010-04-26 Thread Max Ross (Google)
What aspect of the local datastore are you trying to configure that isn't covered by LocalDatastoreServiceTestConfig()? I don't think you should have to configure the ApiProxyLocal or the LocalServerEnvironment directly. On Sun, Apr 25, 2010 at 3:40 PM, mvsoares mavsoa...@gmail.com wrote:

Re: [appengine-java] Re: ApiProxyLocalImpl class not public

2010-04-26 Thread Max Ross (Google)
26, 2010 at 1:33 PM, Max Ross (Google) maxr+appeng...@google.com maxr%2bappeng...@google.com wrote: What aspect of the local datastore are you trying to configure that isn't covered by LocalDatastoreServiceTestConfig()? I don't think you should have to configure the ApiProxyLocal

Re: [appengine-java] Re: TaskOptions.countdownMillis not used

2010-04-23 Thread Max Ross (Google)
The dev server used to not execute tasks automatically at all but now the functionality emulates prod pretty closely. On Fri, Apr 23, 2010 at 6:02 AM, James jamesk...@gmail.com wrote: Are you seeing this on the dev server or in production? I vaguely recall reading somewhere that the dev

Re: [appengine-java] Re: TaskOptions.countdownMillis not used

2010-04-23 Thread Max Ross (Google)
The difference between 2 seconds and immediate isn't much. How are you measuring? Do you have logs that show the time at which the task was enqueued and the time at which it executes? Thanks, Max On Fri, Apr 23, 2010 at 12:31 PM, Fabrizio fht...@gmail.com wrote: Production. On Apr 23,

Re: [appengine-java] QueueFactory and NoClassDefFoundError

2010-04-23 Thread Max Ross (Google)
Felipe Quintella Correia felipequintell...@gmail.com I'll be sure it's on the runtime classpath as soon as I am home. Thank you Felipe Quintella 2010/4/22 Max Ross (Google) maxr+appeng...@google.commaxr%2bappeng...@google.com Make sure appengine-api-labs.jar is on your runtime

Re: [appengine-java] QueueFactory and NoClassDefFoundError

2010-04-22 Thread Max Ross (Google)
Make sure appengine-api-labs.jar is on your runtime classpath. Max On Wed, Apr 21, 2010 at 9:00 PM, Felipe Quintella felipequintell...@gmail.com wrote: Hello there. I'm new to Google AppEngine, but I'm already searched and can't find the answer to my problem. I am trying to add a task to

Re: [appengine-java] TaskOptions.countdownMillis not used

2010-04-22 Thread Max Ross (Google)
What is the value of the delay variable? On Thu, Apr 22, 2010 at 1:21 PM, Fabrizio fht...@gmail.com wrote: Hello, I need to add a task in the TaskQueue. But I need a small delay before exectution (2 seconds). I use countdownMillis(long) to delay the execution. But execution starts

Re: [google-appengine] Youtube API

2010-04-10 Thread Ross M Karchner
Hi Massimiliano-- This group is for discussion of Google App Engine ( http://code.google.com/appengine/ ) and you're unlikely to find many people here who know much about the youtube API. On Sat, Apr 10, 2010 at 5:55 AM, Massimiliano massimiliano.pietr...@gmail.com wrote: Hi, can someone help

Re: [appengine-java] Google: Please, stop using the Builder pattern in the Low-Level API!

2010-04-01 Thread Max Ross (Google)
Hi Jeff, Note that DatastoreServiceConfig exposes a withDefaults() method. FetchOptions has one too but it's package protected. We didn't expose it because FetchOptions isn't required for many low level datastore calls and we didn't see why users would want to create one if they didn't plan to

Re: [appengine-java] com.google.appengine.api.datastore.DatastoreServiceConfig; not resolved by Eclipse with GAE plugin v1.3.2

2010-04-01 Thread Max Ross (Google)
Hi Didier, I can't say what's going on with your plugin but this is almost certainly a classpath issue. DatastoreServiceConfig was introduced in 1.3.2 so make sure you have the appengine-api.jar that shipped with SDK 1.3.2 in your classpath. Max On Thu, Apr 1, 2010 at 4:01 AM, Didier Durand

Re: [appengine-java] Google: Please, stop using the Builder pattern in the Low-Level API!

2010-04-01 Thread Max Ross (Google)
On Thu, Apr 1, 2010 at 11:43 AM, Max Ross (Google) maxr+appeng...@google.com maxr%2bappeng...@google.com wrote: Ok, we'll expose that method. With a public constructor it's very easy to mix up your args, especially when you have args of the same type. For example, someone is pretty much

Re: [appengine-java] Re: Errors after updating to 1.3.2

2010-03-31 Thread Max Ross (Google)
The method that can't be found was added in 1.3.2 so, as John says, this is almost certainly a classpath problem. My guess is that you have an old version of appengine-api.jar on your classpath somewhere. On Tue, Mar 30, 2010 at 8:26 PM, Featheast Lee featheast@gmail.comwrote: I tried to

Re: [appengine-java] Re: Memory Leak in the EntityManagerFactory?

2010-03-15 Thread Max Ross (Google)
be much appreciated. If I can provide any more data for you, please let me know. Thanks! David On Mar 12, 9:37 pm, Max Ross (Google) maxr+appeng...@google.commaxr%2bappeng...@google.com wrote: Thanks for the report David, this certainly seems suspicious

  1   2   3   4   >