Re: [google-appengine] Re: Sync Google Cloud Storage to Instance Cluster

2018-09-02 Thread 'Dennis Yurkevich' via Google App Engine
Cloud storage being accessed by a Cloud VM is quite general in my view. On Sun, Sep 2, 2018 at 5:26 PM, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > I should add that Google Groups are reserved for general product > discussions. We cannot provide you any advice on your syst

Re: [google-appengine] Re: Migation from standard datastore to Firebase native

2018-08-28 Thread 'Dennis Yurkevich' via Google App Engine
Thank you Jordan, but the question remains - if I activated Cloud Datastore but have never used the APIs, can I shut it down and create a Firestore in that same project? On Fri, Aug 24, 2018 at 7:49 PM, 'Jordan (Cloud Platform Support)' via Google App Engine wrote: > You can find all of the answ

Re: [google-appengine] Re: Sync Google Cloud Storage to Instance Cluster

2018-08-28 Thread 'Dennis Yurkevich' via Google App Engine
Hello Amit, I am capable of locating the documentation myself. I was under the impression that this mailing list is to discuss GAE as a product. I have a use case which I do not feel is well satisfied by what is available in the docs/product itself. Dennis On Mon, Aug 27, 2018 at 3:24 PM

Re: [google-appengine] Re: Sync Google Cloud Storage to Instance Cluster

2018-08-24 Thread 'Dennis Yurkevich' via Google App Engine
This answer does not help much. I am trying to understand what the mechanics are for adding data to memory where the data originates from does not matter - I am able to see the various google products available. Why does pub/sub load data into both instances and cron job only into one? On Fri, A

Re: [google-appengine] Migation from standard datastore to Firebase native

2018-08-23 Thread 'Dennis Yurkevich' via Google App Engine
+1 When I try and access firestore - I am greeted by a message that datastore is activated and therefore I should use that, however my project is not using any datastore APIs. On Thu, Aug 23, 2018 at 11:34 AM, Richard Cheesmar wrote: > > *"Migation from standard datastore to Firebase native" *

Re: [google-appengine] Re: Sync Google Cloud Storage to Instance Cluster

2018-08-23 Thread 'Dennis Yurkevich' via Google App Engine
available, or ideal as I need the data to persist. Ideally I could maybe mount the google cloud bucket as a filesystem, and run a CRON job / task to load any new files from that bucket into memory. Would be great if you can suggest an approach here. Best, Dennis On Wed, Aug 22, 2018 at 9:34 PM, '

[google-appengine] Sync Google Cloud Storage to Instance Cluster

2018-08-22 Thread 'Dennis Yurkevich' via Google App Engine
Hello, If I write a cron job to fetch data from Cloud Storage and write it to the instance file system - will this be replicated across all of my instances? Thanks, Dennis -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

Re: [google-appengine] Re: Writing Files to Server

2018-08-20 Thread 'Dennis Yurkevich' via Google App Engine
Thank you Katayoon. On Mon, 20 Aug 2018 at 18:27, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > My assumption is that you mean to update and read a hard-coded file in > your app? If so, and if you have more than one instance of your app, there > is no guarantee if you could

Re: [google-appengine] Re: Writing Files to Server

2018-08-18 Thread 'Dennis Yurkevich' via Google App Engine
-memcache, you mention transient, so the data here is stored just for a single user session? On Fri, Aug 17, 2018 at 11:23 PM, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > Hi Dennis, > > Each request will be routed to an instance and the data will be > tra

[google-appengine] Writing Files to Server

2018-08-17 Thread 'Dennis Yurkevich' via Google App Engine
Hello, How does the scaling and distributed system work, for example if my server has and endpoint which I can hit to write a file with the data sent to it, my app is running on 2 instances, so my assumption is that the request hits just one instance and the file exists only on one? Thanks! --

Re: [google-appengine] Re: Using Process Managers

2018-07-27 Thread 'Dennis Yurkevich' via Google App Engine
Thanks Kenworth so does the default docker context of GAE set any of these. The default for docker is NO restart, which looking at my logs does not match as I can see the process restart on error. Not sure what is triggering this... On Fri, 27 Jul 2018 at 17:58, 'Kenworth (Google Cloud Platform)'

Re: [google-appengine] Re: Using Process Managers

2018-07-26 Thread 'Dennis Yurkevich' via Google App Engine
Thank you Julie and Kenworth. I will add one and measure the overhead. However from my testing it seems GAE keeps the app running. Not sure if there is anything which does that or the code is awesome 😎 Thank you for your help! Dennis On Thu, 26 Jul 2018 at 21:15, 'Julie (cloud pla

Re: [google-appengine] Re: Using Process Managers

2018-07-25 Thread 'Dennis Yurkevich' via Google App Engine
A process manager is something which at the very basic level restarts the app if it crashes - most popular for node is http://pm2.keymetrics.io/ @Julie, if you feel it is needed I would install PM2 and use it to start the server script instead of using node. On Wed, Jul 25, 2018 at 2:20 PM, gnome

Re: [google-appengine] Stability problems on GAE standard Node.js app - no apparent clues in the logs

2018-07-23 Thread 'Dennis Yurkevich' via Google App Engine
Hello Richard, I am sorry I am not able to help with your question and likely you may be asked to post this on SO. However interested to hear why you are moving from Flex to Standard. Thanks D On Mon, 23 Jul 2018 at 14:00, Richard Marr wrote: > > Hi, > > I'm hoping someone can shed a little l

Re: [google-appengine] Re: Using Process Managers

2018-07-19 Thread 'Dennis Yurkevich' via Google App Engine
Thanks Kenworth. So GAE env itself or the Docker env provides nothing of this sort? On Thu, Jul 19, 2018 at 5:32 PM, 'Kenworth (Google Cloud Platform)' via Google App Engine wrote: > It comes down to preference. It always makes sense to have a process > manager running in Node.js production. It

[google-appengine] Using Process Managers

2018-07-19 Thread 'Dennis Yurkevich' via Google App Engine
Hello All! When deploying apps using GAE - is a process manager needed? Right now I am using the Nodejs Flexible environment, and in my npm run start command -> simply running node app.js The application seems to be live most of the time, but not sure on what the best practice is. When I was usi

Re: [google-appengine] Re: Using VS Code in the Cloud!

2018-07-18 Thread 'Dennis Yurkevich' via Google App Engine
Why do you mean by fire it up, deploy the app? Yes this could work, but then it raises the question of why are Google making the online editor? It’s very far away from modern editors. On Wed, 18 Jul 2018 at 23:38, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > The easiest wa

Re: [google-appengine] Re: Using VS Code in the Cloud!

2018-07-17 Thread 'Dennis Yurkevich' via Google App Engine
Thank you Katayoon. However I was thinking there could be a third party system to do this? Is it possible to virtually mount the file system to my local machine? Or some other option users have invented? On Wed, 18 Jul 2018 at 03:27, 'Katayoon (Cloud Platform Support)' via Google App Engine wr

Re: [google-appengine] Re: Using VS Code in the Cloud!

2018-07-16 Thread 'Dennis Yurkevich' via Google App Engine
Thank you Katayoon. But I am developing Nodejs apps and not on Windows. On Mon, 16 Jul 2018 at 22:14, 'Katayoon (Cloud Platform Support)' via Google App Engine wrote: > Hi Dennis, > > You may use Cloud Tools for Visual Studio > <https://cloud.google.com/visual-stu

[google-appengine] Using VS Code in the Cloud!

2018-07-16 Thread &#x27;Dennis Yurkevich' via Google App Engine
Hello All, I love the ease of the in browser editor which GAE provides, but the Editor itself is very poor and does not offer the pleasent and flexible environment which VS code or similar does. Is there a way to connect my VS code editor directly to the GAE provisioned editor / shell? Thanks! D

Re: [google-appengine] Re: Static File Hosting - Performance & Logging

2018-07-15 Thread &#x27;Dennis Yurkevich' via Google App Engine
static(), you still > need to specify the static URL handlers in your app.yaml file. So the first > and second method you listed are the same method. > > > On Wednesday, July 11, 2018 at 4:55:57 AM UTC-4, Dennis Yurkevich wrote: >> >> Hello All, >> >> When using t

[google-appengine] Static File Hosting - Performance & Logging

2018-07-11 Thread &#x27;Dennis Yurkevich' via Google App Engine
yaml option is this just using nginx to serve behind the scenes? Thanks, Dennis -- 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-appe

[google-appengine] Flex vs Standard - Feature Comparison

2018-07-04 Thread &#x27;Dennis Yurkevich' via Google App Engine
interested in Nodejs Best, Dennis -- 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

Re: [google-appengine] Re: Serving Static Files, Issue with Content Security Policy

2018-06-28 Thread &#x27;Dennis Yurkevich' via Google App Engine
Hello Kenworth, I do not think the solution is a good one. It is a workaround. At the very least we need to have documentation explaining any additional headers being set in the dev environment. In an ideal scenario they should not be there. On Wed, 27 Jun 2018 at 23:15, 'Kenworth (Google Clou

[google-appengine] Serving Static Files, Issue with Content Security Policy

2018-06-26 Thread &#x27;Dennis Yurkevich' via Google App Engine
Hello All, I am serving static files from my app (for now) using express. When app engine sends the response it attaches the following header: content-security-policy: default-src 'self' frame-ancestors 'self' https://console.cloud.google.com https://*.corp.google.com:* http://*.corp.google.co

Re: [google-appengine] Problem: Can not get TinyWebDB connected to Google Cloud Platform

2018-06-13 Thread Dennis Pike
-4, Ani Hatzis wrote: > > Hi Dennis, > > I haven't looked into App Inventor for a long time. But luckily you don't > need a Windows machine today, just a browser. > > You can use Google Cloud Shell <https://cloud.google.com/shell/docs/>, > which is a shell

[google-appengine] Problem: Can not get TinyWebDB connected to Google Cloud Platform

2018-06-13 Thread Dennis Pike
Hi New to this forum. If not posted in proper place, someone move it. ... Problem: Can not get TinyWebDB connected to Google Cloud Platform History: Discovered, invested much time into learning App Inventor 2 (http://ai2.appinventor.mit.edu). Learned to use TinyDB. Learned how to replace TinyDB

[google-appengine] Blank Page / HTTP 500

2017-03-18 Thread Lee Dennis
I started a Wordpress on Google Cloud and it was ok. When I was editing the css in the Editor, the webpage suddenly became a webpage with HTTP 500 error. I've followed some tutorials and the HTTP 500 is gone, but now it becomes a blank page. If i go to http://my-ip/wp-login.php, it takes 1 mint

[google-appengine] Re: Anyone Encountered this error: PHP Fatal error: The request was aborted because it exceeded the maximum execution time.

2016-10-07 Thread Dennis Rothenbächer
Hi, It's only an assumption. Try to provoke an output, like an log. For example write in a .logfile Startet at xx.xx no errors xx.xx no errors xx.xx kind regards Dennis Am Donnerstag, 1. September 2016 02:46:08 UTC+2 schrieb Romel Emperado: > > Hi > > I have a script th

[google-appengine] Re: ImportError: No module named webapp2

2016-06-22 Thread Dennis van Velzen
My first introduction with GAE started with webapp2 module import error. I (also) needed to uninstall 3 modules. sudo pip uninstall gcloud sudo pip uninstall googleapis-common-protos sudo pip uninstall protobuf Op maandag 9 mei 2016 22:23:45 UTC+2 schreef Ted Roden: > > I just upgraded to 1.9.

[google-appengine] Re: My python app is down

2014-05-24 Thread Dennis
back up and running now. On Saturday, May 24, 2014 6:49:54 PM UTC+8, Dennis wrote: > > My python app is down. > > I just get a blank page back as a response (not an error message). > Logs were recording my request, but after i restated my instance they > don't seem to be

[google-appengine] My python app is down

2014-05-24 Thread Dennis
My python app is down. I just get a blank page back as a response (not an error message). Logs were recording my request, but after i restated my instance they don't seem to be recording that any more. No code change for weeks. -- You received this message because you are subscribed to the Goo

Re: [google-appengine] Quota Miscalculation causing app stoppage and Over Quota error

2014-03-20 Thread Dennis
ours before the reset and then the reset fixing things -- N America people may not notice... On Thursday, March 20, 2014 3:38:36 PM UTC+8, Vinny P wrote: > > On Wed, Mar 19, 2014 at 2:00 AM, Dennis > > wrote: > >> I have a minimal prototype app where I added a credit

[google-appengine] Quota Miscalculation causing app stoppage and Over Quota error

2014-03-19 Thread Dennis
I have a minimal prototype app where I added a credit card and enabled billing with $0 daily limit. I use a minimal resource allocation: F1 instance 1-1 (exactly 1) instance and very little traffic Today (right now) and a few days in the past, I've run out of Frontend Instance Hours even tho

[google-appengine] Re: Dev datastore disappears when upgrading to new version

2014-02-18 Thread Dennis Janssen
I set the datastore path to a path inside my project folder using the --datastore_path option for dev_appserver, this way if i upgrade the SDK the datastore isn't overwritten. I'm using the SDK for Go on OSX but i'm pretty sure it would work the same for all versions of GAE SDK. -- You receiv

Re: [google-appengine] Re: Google App Engine, Library PIL, Image, The _imaging C module is not installed

2013-12-06 Thread Dennis Hafemann
work with streams, used it as a submodule, worked pretty fine, so that's why I didn't do any further researches ... Take a look on my project, maybe it helps you out to solve your problem. https://github.com/dennishafemann/text-source-picture Regards, Dennis -- www <http://denn

[google-appengine] GAE Datastore is FAST today!

2013-10-21 Thread Dennis
Users can feel the difference! Thanks and hope this is the "new normal"! -- 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...@goog

[google-appengine] Re: App engine is down on some apps

2013-10-16 Thread Dennis
I'm trying to upload a new version of my code, but the upload process has been stuck for a 10 minutes now. Interestingly, however, the old version of my code (python) is still running and is even quite responsive. On Wednesday, October 16, 2013 3:54:16 PM UTC+8, timh wrote: > > Though the dash

Re: [google-appengine] Google App Engine, Library PIL, Image, The _imaging C module is not installed

2013-08-27 Thread Dennis Hafemann
> > > I see you've tested your code using the Python interpreter and the App > Engine production environment. But have you tried running your app on the > dev appserver in the GAE Python SDK? Try it and see what errors crop up. > > I did. I developed the whole Application within a local inst

[google-appengine] Google App Engine, Library PIL, Image, The _imaging C module is not installed

2013-08-27 Thread Dennis Hafemann
Hi there, I am on project using Google App Engine and third party library *PIL*. Currently I am trying to just create a new image, via *PIL*'s submodule * Image*. So my local installation with *Python 2.7.4* running works just finde with * PIL*: $ python Python 2.7.4 (default, Apr 19 2013, 18

Re: [google-appengine] ImagesService.getServingUrl fails with IllegalArgumentException and no error message for Cloud Storage object

2013-06-17 Thread dennis
Thanks Vinny! Permissions were the culprit. On Monday, June 17, 2013 11:19:17 PM UTC-6, Vinny P wrote: > > Hello again Dennis, > > On Mon, Jun 17, 2013 at 3:36 PM, dennis wrote: > >> One interesting thing to note is that the file was uploaded using the >> Cloud Con

Re: [google-appengine] ImagesService.getServingUrl fails with IllegalArgumentException and no error message for Cloud Storage object

2013-06-17 Thread dennis
Application.logException(e); return "/placeholder_img.png"; } } One interesting thing to note is that the file was uploaded using the Cloud Console Web UI and not through app engine sdk. Could that be what's causing the problem? On Monday, June 17, 2013 2:20:01 PM UTC-6,

[google-appengine] ImagesService.getServingUrl fails with IllegalArgumentException and no error message for Cloud Storage object

2013-06-17 Thread dennis
Here's the code: public static String getNotFoundUrl(int size) { try { BlobKey blob_key = BLOB_STORE.createGsBlobKey("/gs/web_content/placeholder_img.png"); // Simple Test to make sure blob_key points at the right thing. byte[] image_data = BLOB_STORE.fetchData(blob_key, 0,

[google-appengine] Re: App Engine console really slow lately?

2013-06-06 Thread Dennis
my unchanged app is getting 500 Server Errors from google.appengine.runtime.DeadlineExceededError starting today. On Thursday, June 6, 2013 3:44:28 PM UTC+8, doright wrote: > > yes, agree, seems to be getting slower and slower in my experience. > > On Tuesday, June 4, 2013 4:22:27 PM UTC+2, Jas

Re: [google-appengine] Re: HRD migration process - needs better explanation of steps and user processes

2013-01-29 Thread Dennis
13 6:11:13 PM UTC+8, Dennis wrote: > > The differences turned out to be caused by my initialization of the new > app, so the hrd migration did not introduce any problems in my case. > > However, another point that would be good to document: you will end up > creating a new local

Re: [google-appengine] Re: HRD migration process - needs better explanation of steps and user processes

2013-01-16 Thread Dennis
Now, after the migration, the same code can now access that "lost data". I'm glad it was transferred ok and is now accessible! On Wednesday, January 16, 2013 3:27:53 AM UTC+8, Dennis wrote: > > I'm testing my new hrd version of the app now. > I have found some differe

Re: [google-appengine] Re: HRD migration process - needs better explanation of steps and user processes

2013-01-15 Thread Dennis
till using appengine patch (aepatch) so even upgrading the sdk is risky. My sdk is: release: "1.5.2" On Tuesday, January 15, 2013 7:44:15 AM UTC+8, Takashi Matsuo (Google) wrote: > > > Hi Dennis, > > On Mon, Jan 14, 2013 at 11:00 AM, Dennis > > wrote: > >> o

[google-appengine] Re: HRD migration process - needs better explanation of steps and user processes

2013-01-14 Thread Dennis
oblems with the hrd version, right? On Monday, January 14, 2013 11:50:32 PM UTC+8, Dennis wrote: > > > I'm in the process of migrating from master-slave datastore to hrd. > > I followed the instructions, blindly, because there is little explanation > of what is happening in

[google-appengine] HRD migration process - needs better explanation of steps and user processes

2013-01-14 Thread Dennis
I'm in the process of migrating from master-slave datastore to hrd. I followed the instructions, blindly, because there is little explanation of what is happening in each phase. Now, i'm just before the last phase of "finish migration". But I test my hrd app: it does not work. the logs say that

[google-appengine] Search API Question

2012-05-14 Thread dennis
t set. The only way I've come up to get around this is do result merging that breaks up the query into individual words and if still not finding much then uses datastore "starts with" queries. If anyone has suggestions/ideas for other ways this can be implemented I'm all ear

Re: [google-appengine] Re: More then 100 complains and no feedback from Google. Was: Outages?

2012-03-20 Thread Dennis
I'm planning to do the same (migrate to HRD), but now my expectation have been lowered... Any tips on doing the migration?? The docs make it look pretty automatic, but it sounds like you spent a more realistic amount of time doing the migration.... Dennis On Tuesday, March 20, 2012

Re: [google-appengine] Re: DeadlineExceeded errors haunting every now and then

2011-12-22 Thread Dennis Fogg
n you > click "Application Settings" and "View Migration Tool" on that page. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > plus.ikailan.com | twitter.com/ikai > > > > On Wed, Dec 21, 2011 at 8:54 PM, Dennis wrote: > >> I&#x

[google-appengine] Re: DeadlineExceeded errors haunting every now and then

2011-12-21 Thread Dennis
I'm looking into converting to HRD. But as part of the process to explore that option, I've problems with the datastore admin page: http://groups.google.com/group/google-appengine/browse_frm/thread/640d7f7392e22f22# On Dec 22, 3:44 am, "Ikai Lan (Google)" wrote: > Do you guys have any applicat

[google-appengine] Datastore Admin page: enabling page failed

2011-12-21 Thread Dennis
I'm having problems enabling the datastore admin page. I tried to enable it yesterday and got a login error message. After waiting a day (and logging out and back in) I still get this login error message: Server error Sorry, you've reached a login page for a domain that isn't using Google Apps.

[google-appengine] test post (I'm having problems replying to other posts)

2011-12-21 Thread Dennis
this is a test post -- 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://groups.google.com/d/msg/google-appengine/-/V3KaxPti8x0J. To post to this group, send email to google-appengine@googlegroup

[google-appengine] Re: HRD migration tool now available!

2011-12-11 Thread Dennis
Will this tool move from "experimental" to "production"? Any ETA for the production version? It seems that the migration is a 1-way process and cannot be undone. Thus, I would like a solid migration process before using it. -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-11 Thread Dennis
Example of current state: Six "500 server error" responses (each one takes 1 minute) before i could get 1 response that worked. -- 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://groups.google

Re: [google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-11 Thread Dennis
I filed production issue 6525. current status: now i have the majority requests taking a very long time (over 20 seconds) and a still get some 500 server errors. For the 500 errors: i think it depends on the time of day. i'm in asia and when the US wakes up i seem to have more problems. -- Yo

[google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-09 Thread Dennis
I'm using M/S datastore. My app started to work again this morning (in hong kong time), but now it's unusable again. -- 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://groups.google.com/d/msg/

[google-appengine] "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-08 Thread Dennis
I have not changed my code in weeks, but in the past few days my app has been unusable because I'm getting "500 Server Error" after 60 seconds of instance loading. The logs say gae is initializing django appenginepatch files when it's terminated (Error code 104) Appengine system status says thin

[google-appengine] Re: Designing data model and caching strategy for new pricing model

2011-10-12 Thread dennis
The legality issues that Brandon brings up might be a problem but I don't think you're going to have a billing problem until you have a lot of schools using the application. The current free quota for writes is 50,000/day that's a lot of grades to enter in a single 24 hour period. Obviously this w

[google-appengine] Re: DeadlineExceededError in the mail API

2011-09-29 Thread Dennis
yes, i have been getting this error consistently for over 24 hours on my app. i assumed it would be fixed by google quickly, but i guess not. my app has not changed for weeks so it's something in the appengine infrastructure. -- You received this message because you are subscribed to the Googl

Re: [google-appengine] Re: Does datastore pricing prevent pubsub?

2011-09-04 Thread Dennis Peterson
there's also the sample bills under "Billing History" on your > app dashboard. > > On Sep 2, 11:01 pm, Dennis Peterson wrote: > > Ahh, good, much better. Thanks. > > > > I'm having trouble finding the official final details on the new pricing. >

Re: [google-appengine] Re: Does datastore pricing prevent pubsub?

2011-09-02 Thread Dennis Peterson
07. > > On Sep 2, 4:31 pm, Dennis Peterson wrote: > > Maybe I should explain...the details don't matter, the key point here is > > that the design in the GoogleIO talk involves a separate entity for each > > post. Google charges a buck per 10K ops, so if each post return

Re: [google-appengine] Re: Does datastore pricing prevent pubsub?

2011-09-02 Thread Dennis Peterson
On Fri, Sep 2, 2011 at 9:42 AM, Mike Wesner wrote: > I am guessing Brett doesn't have to foot the bill for this. Uncle > Google picks up the tab since he works for them. > > > > On Sep 2, 8:31 am, Dennis Peterson wrote: > > Maybe I should explain...the details don&

Re: [google-appengine] Does datastore pricing prevent pubsub?

2011-09-02 Thread Dennis Peterson
Maybe I should explain...the details don't matter, the key point here is that the design in the GoogleIO talk involves a separate entity for each post. Google charges a buck per 10K ops, so if each post returned is an op, then a hundred pageviews showing a hundred posts each is a buck. That seems

Re: [google-appengine] [Java] Google App Engine bulk loader upload error “OverflowError: date value out of range”

2011-06-19 Thread Dennis Lo
Thanks Robert! You comments really helped me find my solution this problem. It got me thinking outside the box to find which row(s) were causing this issues. Check out my solution here: http://stackoverflow.com/questions/6316096/java-google-app-engine-bulk-loader-upload-error-overflowerror-date

[google-appengine] [Java] Google App Engine bulk loader upload error “OverflowError: date value out of range”

2011-06-11 Thread Dennis Lo
I'm using the bulk loader to download my *Review* kind from one GAE server and upload to another GAE server. This *Review* kind contains about 30,000 entities. I use the command to upload: appcfg.py upload_data --kind=Review --filename=review.csv --application= --url=http://.appspot.com/rem

Re: [google-appengine] Re: Is the native API really so much faster than JDO and slim3?

2011-06-07 Thread Dennis Peterson
That makes more sense, thanks. I also found this online benchmark of JDO and LL, which has similar results: http://gaejava.appspot.com/ On Tue, Jun 7, 2011 at 8:03 PM, Anders wrote: > Yeah, that's what I suspected. Lazy loading. With the modification Slim3 is > almost as fast as the native API.

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

2011-05-30 Thread Dennis
as the instance is loaded ... I could pay for always-on but I feel a little silly doing that when the prototype is just for me -- the incentives are not aligned correctly... Dennis -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

Re: RE: [google-appengine] Re: FAQ for out of preview pricing changes

2011-05-19 Thread Dennis Fogg
yes, it's a google interview question ... for google! ;-) On Fri, May 20, 2011 at 2:45 AM, Dennis wrote: > Q: how big is AppEngine? > > A: 4 x tumblr.com: > > GAE reached 1 billion page views at the end of last year: > http://www.onebigfluke.com/2010/12/nuff-sai

Re: RE: [google-appengine] Re: FAQ for out of preview pricing changes

2011-05-19 Thread Dennis
Q: how big is AppEngine? A: 4 x tumblr.com: GAE reached 1 billion page views at the end of last year: http://www.onebigfluke.com/2010/12/nuff-said.html and tumblr.com reached 250 M page views this month: http://staff.tumblr.com/post/5578802048/whoa-yesterday-we-jumped-past-250m-pageviews-a Q

Re: RE: [google-appengine] Re: FAQ for out of preview pricing changes

2011-05-19 Thread Dennis
Thanks, Brandon, this is great info! This plus Stephen's info shows how to get scalability without concurrency: No, the way it currently works is if your apps latency > 1000ms (figures of 800-900ms have also been mentioned) it won't scale. The lower the latency the more they scale it. So the ince

[google-appengine] Re: FAQ for out of preview pricing changes

2011-05-18 Thread Dennis
f what the tradeoffs are. On May 19, 3:30 am, Dennis wrote: > I looked into python multi-threading / multi-processing a bit more, > especially with your tip that it requires python 2.7. > > The python multiprocessing module was introduced in python > 2.6http:

[google-appengine] Re: FAQ for out of preview pricing changes

2011-05-18 Thread Dennis
I looked into python multi-threading / multi-processing a bit more, especially with your tip that it requires python 2.7. The python multiprocessing module was introduced in python 2.6 http://docs.python.org/library/multiprocessing.html http://www.ibm.com/developerworks/aix/library/au-multiproces

[google-appengine] Re: FAQ for out of preview pricing changes

2011-05-18 Thread Dennis
PS: will django apps automatically get the benefits of the python concurrency solution? On May 18, 9:23 pm, Dennis wrote: > > > Q: Will there be a solution for Python concurrency?  Will this require any > > > code changes? > > > Python concurrency will be handled by o

[google-appengine] Re: FAQ for out of preview pricing changes

2011-05-18 Thread Dennis
> > Q: Will there be a solution for Python concurrency?  Will this require any > > code changes? > > Python concurrency will be handled by our release of Python 2.7 on App > > Engine.  We’ve heard a lot of feedback from our Python users who are worried > > that the incentive is to move to Java bec

Re: RE: [google-appengine] Re: 1.5 improvements Make me less scared of Pricing

2011-05-16 Thread Dennis
stand your suggestion. Thanks, Dennis -- 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] No descending index on __key__, performing serial download

2011-05-05 Thread Dennis Lo
its just 9% of the 1GB capacity. That's not lot of data, but it just feels so slow the backup for such little data. Regards, Dennis -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send

Re: [google-appengine] No descending index on __key__, performing serial download

2011-05-05 Thread Dennis Lo
of the 1GB capacity. That's not lot of data, but it just feels so slow the backup for such little data. Regards, Dennis -- 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-appen

Re: [google-appengine] No descending index on __key__, performing serial download

2011-05-05 Thread Dennis Lo
Hi Ikai, I hope you can help me out even though this is such an old thread. I've been looking around the internet and I can't seem to figure out why my appcfg.py download_data (backup to my csv) is performing so slowly. I see the "No descending index on __key__, performing serial download" and

Re: [google-appengine] Re: Object Persistence Methodology - suggestions?

2011-02-25 Thread Dennis
yes, I think "datastore frameworks" is a reasonable name for these services. Objectify looks good for appengine/java. Do you know of any datastore frameworks for appengine/python? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to

Re: [google-appengine] Re: Experiencing major timeout issues right now

2011-02-25 Thread Dennis
My reads are serial because there is some dependency on earlier reads. But the main point is that it was working fine before. The allowed capability of the current appengine platform is different from the allowed capabilities of, say, last week's platform. To have the platform's capabilities chang

[google-appengine] Re: Experiencing major timeout issues right now

2011-02-24 Thread Dennis
My app is still not running normally. Before, I could do 30-40 datastore reads (in a particular section of my code) without timeouts. Now, I can't. It consistently gets timeout errors. I changed my code to reduce the number of datastore reads to about 5 reads in that section of code, and the modi

[google-appengine] creating new GAE project in Eclipse Helios requires changing default name in GAE package

2011-02-23 Thread Dennis G Daniels
I noticed that Eclipse Helios will not take GAE directory until you change the django directory name. Thought I would pass it on. http://www.youtube.com/watch?v=eAv5HEbeXX8 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this g

Re: [google-appengine] Re: Object Persistence Methodology - suggestions?

2011-02-23 Thread Dennis
own layer or framework or if they have pointers to some. This seems like an issue that every appengine app needs to deal with, but I don't even know the right name to use to refer to this set of services (maybe "data access layer" but that yields 0 search results so it's not

[google-appengine] Object Persistence Methodology - suggestions?

2011-02-21 Thread Dennis
issues are more like: centralized reading of objects from datastore, marking objects as dirty, writing out dirty objects, and caching. Thanks, Dennis -- 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: Experiencing major timeout issues right now

2011-02-21 Thread Dennis
h gae system status and http://amistrongeryet.com/op_detail.jsp?op=gae_ram2_read_5_x_4_of_16K shows everything to be apparently normal, but it's definitely not. Dennis -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post

[google-appengine] appengine seems fast today!

2011-02-05 Thread Dennis
Today I'm noticing my (python) app is responding very fast! The datastore status page confirms very fast gets and puts -- great job!! Can we look forward to response times like this in the future?? ;-) Dennis -- You received this message because you are subscribed to the Google Groups &q

Re: [google-appengine] Re: Hourly bursts of deadline exceeded errors

2011-01-17 Thread Dennis
Thanks for the links to appengine monitoring sites -- I'm using them now... Interestingly, my app is currently having problems (like others are reporting http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2F8Fey18C1OSQ%2Fdiscussion ) but the monitoring sites suggest only a

[google-appengine] Re: Hourly bursts of deadline exceeded errors

2011-01-13 Thread Dennis
Does anyone know of an appengine app that does a simple appengine status check? eg: does a simple read and write of the datastore and confirms that they worked. The official appengine system status is "too optimistic". I'm looking for something that can tell me: is it my app or appengine that is h

Re: [google-appengine] Re: Admin Console and deployments current failing for me ... internal 500 error

2010-11-25 Thread Dennis
admin console is up for me, but my app has deadline exceeded while loading my django. this has happened 5 out of 5 tries (normally, i might get 1 deadline exceeded but then it's ok after that). so, my app is 100% down now. my location: asia / taiwan. -- You received this message because you are s

[google-appengine] Re: Double entities inserted into Datastore

2010-05-19 Thread Dennis
hey did then the form would post the request again. The > solution is to redirect after a post to clear out the headers. > > > > > > On Wed, May 19, 2010 at 6:53 AM, Dennis wrote: > > I have used the code below to insert an entity (yes , supposed to be > > only one entity

[google-appengine] Double entities inserted into Datastore

2010-05-19 Thread Dennis
I have used the code below to insert an entity (yes , supposed to be only one entity inserted per request). However, it has inserted two entities per request. Do you encounter this problem ? Thanks. = #coding=utf-8 from google.appengine.ext import db class Order(db.Model): time

Re: [google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-12 Thread Dennis Peterson
e rest. On Fri, Feb 12, 2010 at 1:15 AM, Tim Hoffman wrote: > But then I have to manage systems, scalablity, load balancing. > > Everything is a trade off ;-) > > T > > On Feb 12, 12:15 pm, Dennis Peterson > wrote: > > It's not google's fault, but on the ot

Re: [google-appengine] Re: Why i don't use Google App Engine... and don't recomend it to you

2010-02-11 Thread Dennis Peterson
It's not google's fault, but on the other hand, deploy at Rackspace and you can call them on the phone and sort things out. On Thu, Feb 11, 2010 at 10:19 PM, Tim Hoffman wrote: > I access appengine from multiple systems' (access to app engineis not > tied to a O/S install) > Looks like you haven

[google-appengine] Save storage: aggressive use of “indexed=False”

2009-12-30 Thread Dennis
I'm thinking I should use “indexed=False” aggressively to reduce the datastore storage expansion. Seems like if I'm too aggressive with it, I can always add an index back and rebuild the index. Just want to see if others are also using this strategy. Dennis -- You received this messa

[google-appengine] Verify Your Account by SMS problem

2009-12-09 Thread Dennis Madsen
When typing my mobile number and pressing send I got: The phone number has been sent too many messages or has already been used to confirm an account. I've already been send a code for weeks ago. But it looks like I haven't got that one registered correctly. Where can I do so - I still got the old

[google-appengine] remote_api: login problems

2009-12-07 Thread Dennis
m/group/google-appengine/browse_frm/thread/ac0ab842429231b1/5696a6467e3f2f51?lnk=gst&q=remote+access+login#5696a6467e3f2f51 http://groups.google.com/group/google-appengine/browse_frm/thread/742afce8b2ab9358/25c7cf57d68c9341?lnk=gst&q=remote+access+login# but it is not working for me. Any suggest

[google-appengine] Re: Performance of site seems much slower after maintenance.

2009-09-03 Thread Dennis
i'm getting a similar response: 16 sec the first time, then sub-second after that. wonder if it has anything to do with the gmail maintenance and subsequence downtime that occurred a a few days ago... On Sep 3, 11:23 pm, bvelasquez wrote: > I tried the tests from two locations now.  Same resul

  1   2   >