[google-appengine] what is the gae api to retrieve the project number

2015-08-30 Thread James Gilliam
been googling for how to obtain the project number via a gae api and cannot find it the number is located on the dashboard but i wanted to get it programmatically thanks -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe

[google-appengine] oauth2 exchange code for token

2015-08-28 Thread James Gilliam
does anybody know how to pass a user specified parameter in step1 of the oauth2 scenario that can be retrieved when receiving the code in step2? so one can relate the step1 authorization with step2. -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Re: oauth2 exchange code for token

2015-08-28 Thread James Gilliam
it is state -- try finding that in the oauth2 documentation On Friday, August 28, 2015 at 4:41:39 PM UTC-7, James Gilliam wrote: does anybody know how to pass a user specified parameter in step1 of the oauth2 scenario that can be retrieved when receiving the code in step2? so one can

[google-appengine] Re: oauth2 exchange code for token

2015-08-28 Thread James Gilliam
look at documentation page https://developers.google.com/identity/protocols/OAuth2WebServer search for the word 'state' On Friday, August 28, 2015 at 4:41:39 PM UTC-7, James Gilliam wrote: does anybody know how to pass a user specified parameter in step1 of the oauth2 scenario that can

[google-appengine] oauth2 with cloud contacts api

2015-08-26 Thread James Gilliam
After authorizing contacts api in appid, I was trying to use the contacts sample code. Turns out it is no longer valid since it is using a depreciated interface which has been replaced by oauth2. I am looking for sample python code to demonstrate how to use oauth2 with the contacts api. Can

[google-appengine] billing -- merging credits from multiple different accounts

2015-08-26 Thread James Gilliam
I have several billing accounts that have credits in them. This was from the time when different appids could not share the same billing account. I would now like to move the credits to the one billing account. Is there a way to do this or a number to call about this? Thank you -- You

[google-appengine] how do you get a serving url for google cloud storage (gcs) object

2015-08-23 Thread James Gilliam
been googling and reading docs trying to find this out without luck. i have created a gcs object and want to get a url for serving it (get_serving_url) how do you do this? also, is there a way to get a blobinfo for the gcs object ? thanks -- You received this message because you are

[google-appengine] converting to appcfg update with oauth

2015-05-20 Thread James Gilliam
I am trying to convert to oauth when i update gae code via command line appcfg. I am finding that the token which is given (via https link provided during update) is only valid for one use. i routinely do an update and set_default_version and have to get the token multiple times. Is there a

[google-appengine] cloud gae bank account billing stays pending

2014-08-01 Thread James Gilliam
A credit card is being used for billing for a cloud account. I added a bank account to the account and it has been PENDING for a couple of weeks. The small credit never hit my account and I have no way to verify the bank account. It doesn't give me an option to resubmit without cancelling the

[google-appengine] datastore statistics -- mystery size

2014-06-21 Thread James Gilliam
I have an appid that has two namespaces and the empty namespace -- the empty namespace is not being used by me. According to datastore statistics, the empty namespace has over a third of the space with no entities. The other two namespaces seem to be correct. How can the empty namespace be

[google-appengine] access resouce usage in real time

2014-06-20 Thread James Gilliam
Is there a way to access usage in real time. The kind of stuff in the dashboard and/or quota use. For example, I want to see how many writes my appid has done. Thanks -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

[google-appengine] gae billing vs. cloud billing

2014-06-06 Thread James Gilliam
For new appid's we are required to use cloud billing and old appids are using gae billing -- confusing? yes Will the old billing be moved to cloud billing or is this something we can do to make this happen? Also, what happens if an appid has both gae billing and cloud billing for other cloud

[google-appengine] Re: Google Apps No Longer Free

2014-04-06 Thread James Gilliam
When I didn't think there could be any more issues with google apps account, I have found another one. Used an alias for a custom domain for a client and now the client wants his own google apps account. I deleted the alias but I cannot create the new google apps account. Anybody know how

[google-appengine] checking if datastore key exists for one small operation only

2014-03-13 Thread James Gilliam
i thought there was a way to see if a database key exists for the price of one small operation? doing keyobj = Key.from_path, followed by filter( '__key__ =', keyobj ), followed by query.get() using key only query, you are charged one large and one small operation and only get the key

[google-appengine] max size for queue add

2014-03-06 Thread James Gilliam
in the docs, I cannot locate a maximum size of data in a push queue add request but it appears to be around 100k bytes does anybody know what the maximum is and if it is just 100k, why not at least a meg ? thanks -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: regressed to version version 5 days old

2014-02-15 Thread James Gilliam
at least they have backed off 1.9.0 for now On Friday, February 14, 2014 6:08:06 PM UTC-8, James Gilliam wrote: All of a sudden, GAE started running a version of my code which was 5 days old ... a version that I had even deleted ... I can tell because I display my version number on one

[google-appengine] Re: instance hours running twice as large with 1.9.0

2014-02-14 Thread James Gilliam
Instances still running twice as high. When one instance is running, the instance graph shows two. On Wednesday, February 12, 2014 8:18:56 AM UTC-8, James Gilliam wrote: Since yesterday with the deployment of 1.9.0, instance hours have been running twice as large as before this deployment

[google-appengine] regressed to version version 5 days old

2014-02-14 Thread James Gilliam
All of a sudden, GAE started running a version of my code which was 5 days old ... a version that I had even deleted ... I can tell because I display my version number on one of my pages. I uploaded the latest version ... This 1.9.0 version is having big problems imo ... -- You received this

[google-appengine] Re: regressed to version version 5 days old

2014-02-14 Thread James Gilliam
They also switched datacenters and purged the memcache. But how can they regress back to a deleted version of the code? On Friday, February 14, 2014 6:08:06 PM UTC-8, James Gilliam wrote: All of a sudden, GAE started running a version of my code which was 5 days old ... a version that I had

[google-appengine] instance hours running twice as large with 1.9.0

2014-02-12 Thread James Gilliam
Since yesterday with the deployment of 1.9.0, instance hours have been running twice as large as before this deployment. Just now, the instance graph on the dashboard showing more instances running when actually running. Gae has turned off the intraday billing for instance hours; perhaps

[google-appengine] switching gae data centers and memcache purging

2014-02-12 Thread James Gilliam
In the last 24 hours, my appid has been on us3, then us2 and now us1 ... Any idea why the datacenter is being changed so much ? Also, the memcache seems to be purged when the appid changes datacenters -- is that true? -- You received this message because you are subscribed to the Google

[google-appengine] Flushing Memcache Many Times Today

2014-02-07 Thread James Gilliam
GAE has flushed memcached three or four times today -- annoying. Plus, their instance hours are running high -- hopefully, it will get backed out before the final bill. Memcache has been unusually stable for the last few weeks ... I guess it had to end at some point. My guess is they are

[google-appengine] Re: Shared vs Dedicated Memcache Dedicated Memcache Quota

2013-12-10 Thread James Gilliam
When you select 1gig private memcache, it will cost $2.88 per day, about $90 a month, nothing to do with bandwidth at present. For that you get to store 1 gig in memory cache but if you store less it still costs the same. Wish they would prorate private memory cache too, and cut the chains of

[google-appengine] Re: memcache failing now

2013-11-22 Thread James Gilliam
barry, lol On Thursday, November 21, 2013 7:09:16 PM UTC-8, James Gilliam wrote: Lots of memcache failures Then GAE flushed it over 600 megs from premium memcache Before the cache could even restore, more failures Normal hit ratio is 99%, currently 87% Status continues with green

[google-appengine] get_serving_url failing

2013-11-21 Thread James Gilliam
get_serving_url failed, except, The API call datastore_v3.Get() was explicitly cancelled., deadline failures as a result -- 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,

[google-appengine] Re: get_serving_url failing

2013-11-21 Thread James Gilliam
GAE takes another API deadline dumps had a few dozen failures related to get_serving_url On Thursday, November 21, 2013 2:16:24 PM UTC-8, James Gilliam wrote: get_serving_url failed, except, The API call datastore_v3.Get() was explicitly cancelled., deadline failures as a result

[google-appengine] memcache failing now

2013-11-21 Thread James Gilliam
Lots of memcache failures Then GAE flushed it over 600 megs from premium memcache Before the cache could even restore, more failures Normal hit ratio is 99%, currently 87% Status continues with green -- no issues, no failures, lol -- You received this message because you are subscribed to

[google-appengine] memcache totally down

2013-11-15 Thread James Gilliam
right now -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to

[google-appengine] Re: memcache totally down

2013-11-15 Thread James Gilliam
back up but very slow On Friday, November 15, 2013 1:47:41 PM UTC-8, James Gilliam wrote: right now -- 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

[google-appengine] Re: memcache totally down

2013-11-15 Thread James Gilliam
according to my error logs ... there was a outage from 13:24 to 13:52 PT ... 28 mins On Friday, November 15, 2013 1:47:41 PM UTC-8, James Gilliam wrote: right now -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

[google-appengine] logging errors -- CancelledError: The API call logservice.Flush() was explicitly cancelled.

2013-11-14 Thread James Gilliam
Still seeing deadline failures inside of GAE logging ... 15 errors over 4 mins starting at 18:18 PT ... here is an example These errors occur from time to time each day and have been lasting at least a couple of weeks 1. 2013-11-14 18:18:40.507 Traceback (most recent call last): 2.

[google-appengine] Re: App Engine Version 1.8.8 in control panel ???

2013-11-13 Thread James Gilliam
I am running 1.8.8 as well ... seems to be working great For the first day in a couple of weeks, I am not seeing the deadline and memory cache errors ... On Tuesday, November 12, 2013 3:22:38 PM UTC-8, o...@haitov.com wrote: Hi logged in to my control panel and this is what i see ??!? --

[google-appengine] Re: major problems with the datastore?

2013-11-12 Thread James Gilliam
More and more, gae has one problem after another ... Yesterday, images were disappearing Today, having issues with memory cache The only good news is eventually the problems go away On Sunday, November 10, 2013 10:20:13 PM UTC-8, Jon Stevens wrote: All the sudden, with no changes on my end,

[google-appengine] Re: Emergency!

2013-11-06 Thread James Gilliam
Yep. They have been having problems for days ... still going on, off and on. Right now, I cannot activate a newly uploaded version. The deadline errors have been killing me, off and on, for a week. They tend to come in big clusters for me and then things are normal until the next one. On

[google-appengine] Re: Python urlfetch suddenly stopped working

2013-11-06 Thread James Gilliam
Yep, errors for almost a week. The good news is the gae status is pretty much always green check boxes. Sometimes you get an investigating but it turns green pretty soon. On Friday, November 1, 2013 2:15:24 PM UTC-7, philip.g...@gmail.com wrote: As of a few hours ago (may 10:00 UTC on

[google-appengine] Re: deadline errors for pages which normally load fast

2013-11-05 Thread James Gilliam
am grateful these problems appear to have been fixed. I wonder if it was version 1.8.7 ??? On Monday, November 4, 2013 4:19:41 PM UTC-8, James Gilliam wrote: I am seeing deadline failures such as the one below -- 61 secs. Using python 2.7, appid ogeekcom. Notice it doesn't say deadline

[google-appengine] Re: Google Apps No Longer Free

2013-11-05 Thread James Gilliam
The saga continues with the google apps credit .. Every time I launch a custom domain it is a lot of work making google apps happy I applied for the credit on a domain ... got email saying it was granted on oct 3rd ... on nov 2nd they billed my credit card for the monthly $5 ... and there is

[google-appengine] Re: Google Apps No Longer Free

2013-11-05 Thread James Gilliam
Just got a response from google apps about the $50 credit ... they say it doesn't apply to google apps ... Andrew responded with I see. Unfortunately this credit is only available for the first $50 of your Google App Engine spend, not Google Apps. I can't see where the credit was applied

[google-appengine] Re: deadline errors for pages which normally load fast

2013-11-05 Thread James Gilliam
Spoke too soon ... just had another rash of these errors ... also GAE flushed all the memcache again for my app ... second time today ... and there is a PYTHON investigation reported as well. On Monday, November 4, 2013 4:19:41 PM UTC-8, James Gilliam wrote: I am seeing deadline failures

[google-appengine] Re: deadline errors for pages which normally load fast

2013-11-05 Thread James Gilliam
more failures and another memcache flush at 4:28 PT ... here's an idea GAE ... why don't you test your shit before pushing it out ! On Monday, November 4, 2013 4:19:41 PM UTC-8, James Gilliam wrote: I am seeing deadline failures such as the one below -- 61 secs. Using python 2.7, appid

[google-appengine] Re: deadline errors for pages which normally load fast

2013-11-05 Thread James Gilliam
GAE ... can you please stop flushing the cache during the middle of the day ... ! I am pay $90 a month for the premium memcache and you flushed it three times today ! Come on ! On Monday, November 4, 2013 4:19:41 PM UTC-8, James Gilliam wrote: I am seeing deadline failures such as the one

[google-appengine] deadline errors for pages which normally load fast

2013-11-04 Thread James Gilliam
I am seeing deadline failures such as the one below -- 61 secs. Using python 2.7, appid ogeekcom. Notice it doesn't say deadline error -- it appears that somebody is broken in the GAE logging code but based on the 61 seconds I have come to believe it is a deadline failure. Just loaded the

[google-appengine] Re: logservice error

2013-10-24 Thread James Gilliam
now. On Sunday, October 20, 2013 11:56:18 AM UTC-7, James Gilliam wrote: python 2.7 -- getting errors from inside of GAE code ... 1. 2013-10-20 11:45:31.919 Traceback (most recent call last): 2. E2013-10-20 11:45:31.919 File /base/data/home/runtimes/python27/python27_lib

[google-appengine] Re: Google Apps No Longer Free

2013-10-23 Thread James Gilliam
Can't believe this ... billing cannot be setup and NO workaround to it ... I created an google apps account, connected it to my GAE app, no email, and TRIED to setup billing on it ... I get an error that it cannot be completed but no reason for the failure .. I got a PIN, called the billing

[google-appengine] Re: Google Apps No Longer Free

2013-10-23 Thread James Gilliam
Now I have TWO domains where I cannot setup billing ... On Thursday, December 6, 2012 6:42:42 PM UTC-8, Greg wrote: Just saw that Google Apps is no longer free for businesseshttp://googleenterprise.blogspot.co.nz/2012/12/changes-to-google-apps-for-businesses.html . I have no problem

[google-appengine] Re: logservice error

2013-10-21 Thread James Gilliam
:33:47.139 Logged from file wsgi.py, line 278 On Sunday, October 20, 2013 11:56:18 AM UTC-7, James Gilliam wrote: python 2.7 -- getting errors from inside of GAE code ... 1. 2013-10-20 11:45:31.919 Traceback (most recent call last): 2. E2013-10-20 11:45:31.919 File /base/data

[google-appengine] logservice error

2013-10-20 Thread James Gilliam
python 2.7 -- getting errors from inside of GAE code ... 1. 2013-10-20 11:45:31.919 Traceback (most recent call last): 2. E2013-10-20 11:45:31.919 File /base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/api/app_logging.py, line 78, in emit 3.

[google-appengine] Re: Google Apps No Longer Free

2013-10-20 Thread James Gilliam
Created a new google apps account so I can deploy another domain for my app ... When I signup for billing, I get a message An error has occurred. Dismiss. There is NO indication as to what the error is. As a result, I cannot setup billing and I suspect google will disable the google apps

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-11 Thread James Gilliam
-- their plan all along imo. On Sunday, October 6, 2013 11:57:02 AM UTC-7, James Gilliam wrote: GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom) overall usage jumped by approximately 5 times with the same approximate bandwidth output. Like a 400% increase

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-11 Thread James Gilliam
they did was a wholesale price increase by reducing the function of shared memcache, literally forcing people like me to opt for the paid premium version. The operative word here is forcing which is coercion in my view. On Sunday, October 6, 2013 11:57:02 AM UTC-7, James Gilliam wrote: GAE has

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-11 Thread James Gilliam
:02 AM UTC-7, James Gilliam wrote: GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom) overall usage jumped by approximately 5 times with the same approximate bandwidth output. Like a 400% increase in price. Specifically, they are purging shared memcache

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-11 Thread James Gilliam
... another bug they will undoubtedly call works as intended. On Sunday, October 6, 2013 11:57:02 AM UTC-7, James Gilliam wrote: GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom) overall usage jumped by approximately 5 times with the same approximate bandwidth

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-11 Thread James Gilliam
me -- that is for sure. On Sunday, October 6, 2013 11:57:02 AM UTC-7, James Gilliam wrote: GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom) overall usage jumped by approximately 5 times with the same approximate bandwidth output. Like a 400% increase

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-10 Thread James Gilliam
, James Gilliam wrote: GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom) overall usage jumped by approximately 5 times with the same approximate bandwidth output. Like a 400% increase in price. Specifically, they are purging shared memcache very

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-10 Thread James Gilliam
so I am less dependent on memcache. Both of these are direct burdens from GAE changing shared memcache. On Sunday, October 6, 2013 11:57:02 AM UTC-7, James Gilliam wrote: GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom) overall usage jumped

[google-appengine] Re: major MEMCACHE changes started October 5th

2013-10-08 Thread James Gilliam
? Really wish GAE would test these changes before deploying them. Or at least alert the community to whatever changes they are making. On Sunday, October 6, 2013 11:57:02 AM UTC-7, James Gilliam wrote: GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom

[google-appengine] major MEMCACHE changes started October 5th

2013-10-06 Thread James Gilliam
GAE has drastically changed the way MEMCACHE works; as a result my application (ogeekcom) overall usage jumped by approximately 5 times with the same approximate bandwidth output. Like a 400% increase in price. Specifically, they are purging shared memcache very aggressively -- possible in an

[google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2013-10-03 Thread James Gilliam
How do I apply for more than three credits? I have two google apps domain where I have applied for the credit because I have one email account. Here is the thing ... the email is not even active ... I don't want the google apps account or the email but it still costs $5 a month. And I cannot

[google-appengine] Setting up SSL for a google apps account

2013-08-18 Thread James Gilliam
I am trying to setup HTTPS for one of the custom domain I support with my GAE appid. I login to google apps for the custom domain, then go to security - SSL for Custom Domains I enter the app engine application ID ... and get the message this google apps account is not authorized to access

[google-appengine] Re: SSL VIP

2013-08-18 Thread James Gilliam
to use GAE. This implies to me that the google apps user has to be an authorized GAE user ... this cannot be right ! On Saturday, August 17, 2013 7:08:25 AM UTC-7, James Gilliam wrote: I noticed that the SSL VIPs cost was reduced (a while ago) from $99 per month to $39 per month. I realize

[google-appengine] Google Outage at 4:37 pm PT on Friday Aug 16

2013-08-17 Thread James Gilliam
Did any GAE people notice this outage? Here is a link about it http://www.theregister.co.uk/2013/08/17/google_outage/ -- 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

[google-appengine] SSL VIP

2013-08-17 Thread James Gilliam
I noticed that the SSL VIPs cost was reduced (a while ago) from $99 per month to $39 per month. I realize you have to get certificates for each SSL as well. My question is can you use one SSL VIP to support multiple domains? Or do you need a VIP for each different domain you want https ? If

[google-appengine] Re: GAE BILLING IS SERIOUSLY MESSED UP

2013-08-15 Thread James Gilliam
. On Tuesday, August 13, 2013 12:21:34 PM UTC-7, James Gilliam wrote: My BILLING ID is 4517-8352-4265 Gae billing sent me email saying my checking account didn't clear and returned no status for the Aug 1st bill. It has been working for months. Called bank, they said the latest request was never

[google-appengine] GAE BILLING IS SERIOUSLY MESSED UP

2013-08-13 Thread James Gilliam
My BILLING ID is 4517-8352-4265 Gae billing sent me email saying my checking account didn't clear and returned no status for the Aug 1st bill. It has been working for months. Called bank, they said the latest request was never presented to them -- probably the reason no status was returned,

[google-appengine] Re: GAE BILLING IS SERIOUSLY MESSED UP

2013-08-13 Thread James Gilliam
an ORDER ID and there is no ORDER ID? GAE -- nobody to call or to contact even when there is a serious problem. On Tuesday, August 13, 2013 12:21:34 PM UTC-7, James Gilliam wrote: My BILLING ID is 4517-8352-4265 Gae billing sent me email saying my checking account didn't clear and returned

[google-appengine] Re: GAE BILLING IS SERIOUSLY MESSED UP

2013-08-13 Thread James Gilliam
not to report billing issues. Why can't we get a way on the GAE DASHBOARD to report billing issues? On Tuesday, August 13, 2013 12:21:34 PM UTC-7, James Gilliam wrote: My BILLING ID is 4517-8352-4265 Gae billing sent me email saying my checking account didn't clear and returned no status

[google-appengine] get_serving_url throwing empty exception

2013-08-11 Thread James Gilliam
Using python 27 Anybody else seeing a empty exception being thrown for get_serving_url for a perfectly valid blobinfo ? After displaying all of the fields for the blobinfo, confirming it is correct I am getting an empty except when using get_serving_url Anybody else ? Thanks -- You

[google-appengine] Re: get_serving_url throwing empty exception

2013-08-11 Thread James Gilliam
... it says it is not a valid png. There is clearly something wrong with it but it is good enough to be able to convert. Pretty confusing. On Sunday, August 11, 2013 7:45:52 AM UTC-7, James Gilliam wrote: Using python 27 Anybody else seeing a empty exception being thrown for get_serving_url

[google-appengine] Re: Custom domain setup is a fiasco and limiting adoption.

2013-08-02 Thread James Gilliam
totally agree ... break the chains of google apps ... constant issues trying to navigate through the maze of google apps ... they are constantly changing the admin interface which requires figuring it out each time. On Wednesday, July 31, 2013 1:01:55 PM UTC-7, Jason Collins wrote: Here's a

[google-appengine] Re: Blacklist page just show a Server Error

2013-07-29 Thread James Gilliam
Google guys -- Any idea when blacklist will be fixed ? Thanks On Saturday, July 27, 2013 4:42:43 AM UTC-7, Roy Yeung wrote: Anyone have ever encounter such issue ? I have no idea how to report this error, as i am not App for business. -- You received this message because you are

[google-appengine] Re: Blacklist page just show a Server Error

2013-07-27 Thread James Gilliam
Agree. Just noticed it a few hours ago On Saturday, July 27, 2013 4:42:43 AM UTC-7, Roy Yeung wrote: Anyone have ever encounter such issue ? I have no idea how to report this error, as i am not App for business. -- You received this message because you are subscribed to the Google

[google-appengine] Re: Google Apps Free One User

2013-07-10 Thread James Gilliam
Thank you for the response Barry. I read the forums all the time but I missed this June 15th announcement. How about putting something like this in the GAE blog or even sending an email to GAE admins? Again, thanks for the response. On Tuesday, July 9, 2013 9:13:12 PM UTC-7, James Gilliam

[google-appengine] Re: Google Apps Free One User

2013-07-10 Thread James Gilliam
the fracking google apps accounts and now I have to pay for then too On Tuesday, July 9, 2013 9:13:12 PM UTC-7, James Gilliam wrote: Question -- Can GAE people still create a Google Apps Free Account for one user? Many clients don't want google apps, but we need google apps to use

[google-appengine] Google Apps Free One User

2013-07-09 Thread James Gilliam
Question -- Can GAE people still create a Google Apps Free Account for one user? Many clients don't want google apps, but we need google apps to use it to launch their custom domain. We look forward to being able to launch a GAE site without google apps at all. Somebody please tell me the 1

[google-appengine] Deleting stats in Python

2013-06-26 Thread James Gilliam
I am trying to delete the stats for a namespace and using this ... The following works in dev but not production ... # set the namespace aQuery = db.GqlQuery( SELECT __key__ FROM %s % ( aTable ) ) Getting the following exception ... illegal key.path.element.type: __Stat_Ns_Total__

[google-appengine] Re: Task queue Problem

2013-06-26 Thread James Gilliam
I have seen tasks queues hang pretty often, but my experience is they usually start within a few minutes. On Tuesday, June 25, 2013 5:23:09 AM UTC-7, Eric Ka Ka Ng wrote: Since around 2 hours ago, the task queues in our apps seems stop functioning. The rate of task execution is very very

[google-appengine] Re: Delete Entire Namespace ... Entity Still Persist ... What does eventual consistency really mean?

2013-06-25 Thread James Gilliam
passing now. Thanks for your efforts On Monday, June 24, 2013 10:17:16 PM UTC-7, James Gilliam wrote: I deleted a namespace today ... every kind and entity in the namespace, everything! I kept fetching and deleting rows until there were no more to delete. Ten hours later, I did a count on every

[google-appengine] Datastore Strong vs Eventual Consistency -- When is Eventual ?

2013-06-25 Thread James Gilliam
We have used eventual consistency for a long time without any issues. We would see multiple versions of data but only in the shortest time frames, usually a few seconds. Recently, eventual consistency started being measured in hours and even days. So, the question is ... how long do we

[google-appengine] Today, GAE finally reported an HR Datastore Outage -- eventual consistency was three days

2013-06-25 Thread James Gilliam
Since Sunday, the HR Datastore has not been performing right. I had dozens of tables in many different namespaces which were reporting inconsistent number of rows for hours and even days. I had old values for rows being reported for days. I presume some replicas were messed up and not

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-24 Thread James Gilliam
PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i repeatedly read them, I sometimes get 4 back, sometimes 10 Something is very wrong in GAE land today ... I submitted a critical production issue ... # 9560 -- You

[google-appengine] Re: Reading All Namespaces -- Inconsistent Results

2013-06-24 Thread James Gilliam
. When pages are cached the bad results may continue. On Sunday, June 23, 2013 11:36:20 AM UTC-7, James Gilliam wrote: When I list all of the namespaces for my app, the list includes namespaces that no long have any kinds (tables) associated with them. If I do the list repeatedly, the list

[google-appengine] Re: increased latencies in App Engine in the last 6-8 hours

2013-06-24 Thread James Gilliam
Here's the thing about the latency. GAE has a serious datastore issue right now. Old records are being returned instead of the most recent ones. It is random. In some cases, they are not returning all the rows for a particular table. We are seeing this behavior in tables which were

[google-appengine] Delete Entire Namespace ... Entity Still Persist ... What does eventual consistency really mean?

2013-06-24 Thread James Gilliam
I deleted a namespace today ... every kind and entity in the namespace, everything! I kept fetching and deleting rows until there were no more to delete. Ten hours later, I did a count on every kind in the previous namespace. To my surprise, some tables are still showing entities -- not every

[google-appengine] Reading All Namespaces -- Inconsistent Results

2013-06-23 Thread James Gilliam
When I list all of the namespaces for my app, the list includes namespaces that no long have any kinds (tables) associated with them. If I do the list repeatedly, the list is not even consistent, including namespaces where all the kinds were deleted previously. Any idea why not getting the

[google-appengine] Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i repeatedly read them, I sometimes get 4 back, sometimes 10 Something is very wrong in GAE land today ... I submitted a critical production issue ... # 9560 -- You received this message because you are

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Datastore api directly ... On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i repeatedly read them, I sometimes get 4 back, sometimes 10 Something is very wrong in GAE land today ... I

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Wrote a little test to repeatedly read ... here are the results Resultstest num# or records0414210344451061074849101010111012413414101510 1610171018101910 On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
Another test -- reading all entities for a namespace / kind # or records41044104101041010101041041010410 On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
, db.Query 10, count 5GqlQuery 10, db.Query 5, count 10GqlQuery 5, db.Query 5, count 10GqlQuery 10, db.Query 5, count 5GqlQuery 10, db.Query 5, count 10GqlQuery 10, db.Query 5, count 10GqlQuery 10, db.Query 10, count 10 On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody

[google-appengine] Re: Namespace / Kind -- Not Returning All Rows -- Critical Issue

2013-06-23 Thread James Gilliam
, count 10 On Sunday, June 23, 2013 1:01:37 PM UTC-7, James Gilliam wrote: Anybody seeing this problem ... I have a namespace / kind that has 10 entities ... When i repeatedly read them, I sometimes get 4 back, sometimes 10 Something is very wrong in GAE land today ... I submitted a critical

[google-appengine] blob upload failing with error code 503 -- servivce unavailable

2013-06-20 Thread James Gilliam
Blob upload is failing with 503 (service unavailable) ... see attached -- 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] Re: AppEngine down again?

2013-06-20 Thread James Gilliam
Also, blob upload is failing with error code 503 On Tuesday, June 18, 2013 10:51:10 AM UTC-7, Ray wrote: Even Google Groups is very slow at the moment. AppEngine Dashboard cannot be loaded. -- You received this message because you are subscribed to the Google Groups Google App Engine

[google-appengine] gae 1.8.0, python 2.7, and memory usage spikes

2013-05-11 Thread James Gilliam
Been getting some critical errors due to memory use since gae 1.8.0 deployed. Typically, my app uses less than 70 megs and is now spikes to 150 megs or more, from time to time, which causes a critical error -- exceeding the 128 meg limit. In Python memory is automatically freed when objects

[google-appengine] Re: backups failing and increasing datastore read costs - perhaps since 1.8.0 was pushed?

2013-05-06 Thread James Gilliam
Since 1.8.0 memory and instance hours have increased as well and don't like this being pushed out without release notes or developer version available. On Monday, May 6, 2013 9:49:15 AM UTC-7, Jason Collins wrote: We are seeing failures within the Datastore Admin Scheduled Backup Tool across

Re: [google-appengine] Re: dos.yaml -- does google use this information for anything else?

2013-04-26 Thread James Gilliam
. On Wednesday, April 24, 2013 10:09:52 AM UTC-5, James Gilliam wrote: 1. The data is hardly meaningless. One app reporting an abusive ip address has limited value, but what if 100 apps do, or 1000. But there is no metadata for why that IP is blocked. That IP could be malicious, or it could

[google-appengine] dos.yaml -- does google use this information for anything else?

2013-04-20 Thread James Gilliam
I am using the dos.yaml file to block ip addresses which are going to the same url repeatedly, like 15 times per sec. It works well. After a day or so most of the ipaddrs will stop the abusive conduct but new ones emerge regularly. I assume they are trying to bring down my site but it has

[google-appengine] DDoS attacks

2013-03-27 Thread James Gilliam
Does GAE have safeguards against these DDoS attacks? The link below says such attacks can be up to 50 gigs per second. http://www.businessinsider.com/spamhaus-cyberbunker-ddos-attack-2013-3 I know gae has the dos.yaml but updating it takes forever compared to 50 gigs per second and there is

[google-appengine] Re: Write Op Counts Indices

2013-02-20 Thread James Gilliam
It is all in the documentation but here is the main thing you need to know -- when you create an entity the default for a attribute is to index it ... you have to say don't do that. This means there will be a TON of index writes, two per attribute, for an entity even if there are no compound

[google-appengine] Re: Write Op Counts Indices

2013-02-20 Thread James Gilliam
For example -- tokenvalue = db.StringProperty( default = '', indexed = False ) On Wednesday, February 20, 2013 11:11:23 AM UTC-8, James Gilliam wrote: It is all in the documentation but here is the main thing you need to know -- when you create an entity the default for a attribute

[google-appengine] Re: Counting Datastore Writes Indices

2013-02-20 Thread James Gilliam
tokenvalue = db.StringProperty( default = '', indexed = False ) On Tuesday, February 19, 2013 5:07:32 PM UTC-8, Scott Hunter wrote: How is it possible that, with 300 Datastore Put Ops 0 Datastore Delete Ops I have managed to accumulate over 15,000 Datastore Index Write ops? I have 3

  1   2   >