Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-15 Thread c h
, but this is another issue in my perspective. Do you still see any unreasonable higher bills? -- Takashi On Mon, Oct 15, 2012 at 12:47 AM, c h how...@umich.edu javascript:wrote: Are there any updates from the engineering team? It's been another week of overbilling. thanks, christian

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-15 Thread c h
this fixed ASAP so that we can predict our costs and understand how app changes change our cost. thanks, christian On Monday, October 15, 2012 10:46:32 AM UTC-7, c h wrote: Thanks for the update. Yes, i do see unreasonably high bills. starting on the day that i first contacted google we

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-14 Thread c h
Are there any updates from the engineering team? It's been another week of overbilling. thanks, christian On Monday, October 8, 2012 8:33:27 PM UTC-7, c h wrote: Takashi, thanks! sorry if i was unclear before...there are indeed lots of moving parts to keep track of! let me know

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-08 Thread c h
i sent my appid in on friday. it looks like over the weekend we are continuing to have this mis-match between hours in the console and hours then billed. am i reading something wrong? thanks, christian On Friday, October 5, 2012 12:43:09 PM UTC-7, c h wrote: Takashi, Thanks

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-08 Thread c h
to target. thanks, christian On Monday, October 8, 2012 6:10:04 PM UTC-7, Takashi Matsuo (Google) wrote: Hi Christian, Thanks for the info. We're aware of this issue in the graph, working on the fix. -- Takashi On Tue, Oct 9, 2012 at 5:37 AM, c h how...@umich.edu javascript:wrote: i sent

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-08 Thread c h
, October 8, 2012 6:25:07 PM UTC-7, Takashi Matsuo (Google) wrote: On Tue, Oct 9, 2012 at 10:16 AM, c h how...@umich.edu javascript:wrote: Takashi, So that means the what you show throughout the day for Frontend instance hours, and the graph of the number of instances currently is inaccurate

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-08 Thread c h
/cloud_billing Thanks, On Tue, Oct 9, 2012 at 10:30 AM, c h how...@umich.edu javascript:wrote: What should i file as the bug? As far as i can tell google is overcharging us by 2x. This needs to be resolved immediately and retroactively. I'll have our company finance officers get in touch

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-08 Thread c h
need to apologize that your issue if different from the one I mentioned. I'm escalating this to the engineering team. -- Takashi On Tue, Oct 9, 2012 at 10:45 AM, c h how...@umich.edu javascript:wrote: can you at least provide for me information about how the graph is wrong, how much

Re: [google-appengine] Billed instance hours 3x dashboard instance hours

2012-10-05 Thread c h
version which runs some instances? Did you run any backup/copy/delete task with Datastore Admin? If the answers are no to all of above, please tell me your app-id. -- Takashi On Fri, Oct 5, 2012 at 8:34 AM, c h how...@umich.edu javascript:wrote: Hello, for the last few days i've been

Re: [google-appengine] Re: backend termination question

2012-10-03 Thread c h
i am trying to run a process that analyzes many rows of data - i'm querying 50 rows (using cursors), doing work, then writing data to a blobstore file. i can't get it to run for more than a few minutes on the backend before it is shutdown - as far as i know i am not hitting any memory limits,

Re: [google-appengine] Re: backend termination question

2012-10-03 Thread c h
ohpython2.7, single threaded. using B1 instances, tried both resident and dynamic instances. On Wednesday, October 3, 2012 4:28:49 PM UTC-7, c h wrote: i am trying to run a process that analyzes many rows of data - i'm querying 50 rows (using cursors), doing work, then writing data

[google-appengine] delete Master/Slave application after migration without deleting data

2012-08-24 Thread c h
So i finally finished my migration to HIgh Replication, and i want to delete my old app so that i don't have to pay for it. I disabled billing, but faster that you can say i don't want this anymore i have a payment due and can't delete the app. the payment due is for storage of data that i

[google-appengine] files API change?

2012-08-21 Thread c h
Hi, i have been using appengine.api.files in python for many months now, and i have been using the _delete method to remove a file when i am done with it (yes i know that the underscore indicates private, but i don't know where you have exposed another delete method)

[google-appengine] libgmp bug?

2012-08-21 Thread c h
using python27 this started showing in my error logs today: 1. 2012-08-21 08:22:06.683 /base/python27_runtime/python27_lib/versions/third_party/pycrypto-2.6/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp = 5 to avoid timing

[google-appengine] Re: files API change?

2012-08-21 Thread c h
i found my answer, it looks like i'm supposed to use google.appengine.ext.blobstore.delete(key) rather than google.appengine.api.files.blobstore._delete(file_name). thanks. On Tuesday, August 21, 2012 10:01:04 AM UTC-7, c h wrote: Hi, i have been using appengine.api.files in python

Re: [google-appengine] Duplicate app when you have too many apps

2012-08-20 Thread c h
i have just migrated an app with 300GB of data. is it possible to delete that data so i can disable billing for the app, or should i wait a few days to make sure i'm happy with the data in the new HRD app and then delete the application? the datastore admin tools are disabled, so i can't bulk

[google-appengine] Re: size of allocated memcache

2012-08-02 Thread c h
i'd be interested in this as well. i observe a similar behavior with my python apps. i'm beginning to wonder if setting expires time would actually help that? cfh On Wednesday, August 1, 2012 8:03:15 AM UTC-7, Aleksei Rovenski wrote: Hi all, I have somewhat wierd memcache stats. As I

[google-appengine] can't access datastore admin or viewer

2012-08-02 Thread c h
My app this afternoon started returning deadline exceeded errors when trying to load Datastore Admin or Datastore Viewer. the last activity that i did when they were working was delete a table using datastore admin. any idea why this won't reload? appid is starmakerapp thanks! christian

[google-appengine] Re: can't access datastore admin or viewer

2012-08-02 Thread c h
and by the laws of fate.they load now. i think it's because i asked for help. :) On Thursday, August 2, 2012 4:43:32 PM UTC-7, c h wrote: My app this afternoon started returning deadline exceeded errors when trying to load Datastore Admin or Datastore Viewer. the last activity that i

[google-appengine] Re: Is App Engine Down ?

2012-06-05 Thread c h
i can't get to admin console. my apps appear to be serving though. On Tuesday, June 5, 2012 12:00:21 AM UTC-7, Miroslav Genov wrote: Is App Engine Down ? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web

[google-appengine] Re: download_data performance?

2012-06-05 Thread c h
by default download_data is throttled. read the docs for appcfg.py to see the settings and change them. On Tuesday, June 5, 2012 10:40:55 AM UTC-7, Dave Peck wrote: I want to download the full database for one of my apps. Entities consume a relatively modest 2GB. (Indexes all told consume

[google-appengine] Re: Several ApiProxy$CancelledExceptions

2012-06-05 Thread c h
i was seeing a crap-ton of deadline exceeded exceptions on starmakerapp from about 9:30-10:00am PDT today. the exceptions were on datastore put calls, and caused instance thrashing (my average instance life was under 1 minute) and made my app unresponsive returning 500 errors to my users.

Re: [google-appengine] Channel API issues

2012-05-24 Thread c h
i'm having trouble on win7 Firefox. i get the onOpen, but don't get error/close and still don't receive messages. it's happening more frequently then i'd like. from a billing perspective, do i get charged each time i try and re-open a channel using the same token? (say every 5 mins i just

Re: [google-appengine] Channel API issues

2012-05-24 Thread c h
/googleappengine/issues/detail?id=4940 On Thursday, May 24, 2012 5:22:40 PM UTC+2, c h wrote: i'm having trouble on win7 Firefox. i get the onOpen, but don't get error/close and still don't receive messages. it's happening more frequently then i'd like. from a billing perspective, do i get

[google-appengine] Re: HRD Migration tool

2012-05-02 Thread c h
did you have blobs to migrate? i can't seem to migrate blobs and was wondering if anyone recently had success with that? also, are you still having to pay for data stored in your old app? i'm worried about paying thousands of dollars to delete data from the master slave DB once migration is

[google-appengine] Re: Testing blob migration

2012-04-29 Thread c h
, April 27, 2012 6:06:30 PM UTC-7, c h wrote: Hello, I'm trying to test migration from master/slave to HRD. I just ran the migration and selected the option for migrating blobs. i got the notification that the migration is complete, but i don't see any blobs in the blob viewer of my

[google-appengine] Testing blob migration

2012-04-27 Thread c h
Hello, I'm trying to test migration from master/slave to HRD. I just ran the migration and selected the option for migrating blobs. i got the notification that the migration is complete, but i don't see any blobs in the blob viewer of my destination app. has anyone else had this

[google-appengine] Task queue BulkAdd quota

2012-03-16 Thread c h
Hello, I'm wondering what the quota is for taskqueue.BulkAdd? i'm seeing errors like this: OverQuotaError: The API call taskqueue.BulkAdd() required more quota than is available. when adding things to a pull queue to be processed later - yet i can't find what the quota is so that i can

Re: [google-appengine] continual transient error on pull queue

2012-02-29 Thread c h
Nick, Thanks much! i started leasing tasks again and it appears to be working. I've been through a few thousand tasks, only 19 million more tasks to go! thanks for keeping me updated. christian -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] continual transient error on pull queue

2012-02-27 Thread c h
Hello, I have a pull queue that i have been getting: File /base/python_runtime/python_lib/versions/1/google/appengine/api/taskqueue/taskqueue.py, line 1423, in lease_tasks raise self.__TranslateError(e.application_error, e.error_detail) TransientError for the past day. to put it in

Re: [google-appengine] GAE cluster under high load?

2012-02-03 Thread c h
Thanks for the advice Robert! i need to verify my instance startup time so that i can pick a good pending latency. i have been playing with idle instances on non-production apps and have found that settings similar to your experiences are helpful. i'm going to start rolling those out. i

Re: [google-appengine] GAE cluster under high load?

2012-02-02 Thread c h
High replication, max pending latency is automatic -- 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/-/el3SJNO6qP8J. To post to this group, send email

Re: [google-appengine] GAE cluster under high load?

2012-02-02 Thread c h
thanks for the tip! i'll try playing with that. do you think that is at all related to the problem i was having? -- 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] GAE cluster under high load?

2012-02-01 Thread c h
Hello, I just started getting lots of these errors this afternoon on one of my apps: 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

Re: [google-appengine] GAE cluster under high load?

2012-02-01 Thread c h
Robert, What i observed when it was brought to my attention was that the site had problems loading some pages. it seemed to be isolated to a subset of pages on the site - some pages loaded well, some did not load. a little bit after i posted the problem seems to have subsided, but so has

[google-appengine] Re: Doom day

2011-12-02 Thread c h
i too am frustrated by this. when google announced the new pricing they also told us that they would discount frontend instance hours until python2.7 was supported. right now python2.7 is in beta, and i am not feeling lucky enough to move production apps on to a beta product (given that i

[google-appengine] Re: Can't deploy and errors 500 on admin console

2011-10-04 Thread c h
you are not alone... -- 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/-/Dp_Gsxu5sT8J. To post to this group, send email to

[google-appengine] Re: SDK Upgrade 1.5.2: --datastore_path ignored?

2011-07-22 Thread c h
hi all, i *think* that it is honoring your datastore location (though the log message is incorrect), but the change to rename your application to dev~your appname in development has just rendered all of our test data useless. after re-importing my test data it does look like it is stored

[google-appengine] Re: SDK Upgrade 1.5.2: --datastore_path ignored?

2011-07-22 Thread c h
yup the sqlite updates don't quite seem to work. i second that the release notes should be updated, the flag does seem to work for me cfh -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

Re: [google-appengine] Permissions dash board

2011-05-21 Thread c h
Atif, did you resolve this? i'm seeing the same thing on some of my applications (but not all of them) thanks, christian -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to

Re: [google-appengine] Serving old static files when changing default version

2011-02-28 Thread c h
i use python so i don't have to build things. :( can app.yaml take my custom domain and do an internal re-write to the version specific domain? I need to be using my custom domain to meet provider requirements (to allow embedding of content into facebook from only approved URLs). I don't see

Re: [google-appengine] Serving old static files when changing default version

2011-02-28 Thread c h
yes, i agree that this is new behavior that only started last week. I would have expected that all caches get flushed when i change the default (serving) version of my application. any ideas how long the old files remain cached? -- You received this message because you are subscribed to the

[google-appengine] Serving old static files when changing default version

2011-02-26 Thread c h
Hi, I noticed several times in the last week where I updated static files that are included with my applications, and then when i make my new application version the default that it continues to serve the old files. It's like the cache of static files is not being updated when i switch

Re: [google-appengine] Serving old static files when changing default version

2011-02-26 Thread c h
yikes! sounds nasty to have to do that. perhaps i was just lucky that i was not having that problem before. thanks for the tips! I'll look into the app.yaml solution. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this