[google-appengine] BlobInfo indexes has too much capacity

2012-09-11 Thread takanao ENDOH
BlobInfo indexes has too much capacity.

see your Datastore Statistics of BlobInfo
https://appengine.google.com/datastore/statistics?app_id=s~&kind=__BlobInfo__

Size of __BlobInfo__ in my case:

| |Entites  |Built-in Indexes
|Total Size:  |12 MBytes|89 MBytes
|Entry count: |13,656   |204,840
|Average Size:|888 Bytes|458 Bytes


BlobInfo total size is 12 MBytes, but index total size is 89 MBytes!!! Wow…

May have been using these indexes for `Filter blobs by:` pulldown in Blob 
Viewer.
But these indexes are unnecessary for me.

Please tell me how to suppress the creation of the BlobInfo indexes.

Thanks.

-- 
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/-/NTWn05-vzt0J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: 1.7.6 Pre-release SDKs Available

2013-03-16 Thread takanao ENDOH
Hi, Janani

2013年3月13日水曜日 23時50分00秒 UTC+9 Janani Thanigachalam:
>
> - Fixed an issue with the new dev_appserver to have fix_sys_path add the
>   necessary libraries to sys.path making it now compatible with the 
> testbed.
> 
> https://code.google.com/p/appengine-devappserver2-experiment/issues/detail
> ?
> id=45
>

That's great!

But I have a new problem on 1.7.6 pre-release.
I must be use `--address` option of dev_appserver.py for access from other 
devices.
Probably `--address` option was changing to `--host` on 1.7.6.
So I tried use `--host` option instead `--address` and then got errors 
bellow:

> google.appengine.tools.devappserver2.wsgi_server.BindError: Unable to 
bind 0.0.0.0:8081

Seems to have failed starting server "b1".


Thanks,
Takanao

>

-- 
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@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: 1.7.6 Pre-release SDKs Available

2013-03-17 Thread takanao ENDOH
hi Amy,

Got it.

I tried commands below:

> $ dev_appserver.py .
It worked.

> $ dev_appserver.py --host 0.0.0.0 .
It's not worked.

> $ dev_appserver.py app.yaml
> $ dev_appserver.py --host 0.0.0.0 app.yaml
It's so good.

Thank you!
Takanao

-- 
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@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: App Engine multi sign in Error: Server Error

2013-12-23 Thread takanao ENDOH
I got this error when logging in 4 accounts.
It works on logging in 3 accounts.

We can not control the number of accounts a user login at the same time.
I think it is a critical bug in the implementation of Google.

Conclusion, Users API is not usable. The only way is to use OAuth.

-- 
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@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] Problem in the release of Google App Engine 1.9.46

2016-11-05 Thread takanao ENDOH
The below URLs are returned "code: AccessDenied".
Please check the permission of those files.

* 
https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.46.zip
* 
https://storage.googleapis.com/appengine-sdks/featured/GoogleAppEngineLauncher-1.9.46.dmg
* 
https://storage.googleapis.com/appengine-sdks/featured/GoogleAppEngine-1.9.46.msi

-- 
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@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/71546638-18b3-4d3d-82f0-e1796c902b5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Problem in the release of Google App Engine 1.9.46

2016-11-07 Thread takanao ENDOH
OK. I understood.

We have the routine of updating the Dockerfile if a new release of the GAE 
SDK was distributed.
It is simple, just increments the release number.
I got a failed the Dockerfile testing in our CI.

And, you can quickly check at gsdview.appspot.com:

https://gsdview.appspot.com/appengine-sdks/featured/

-- 
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@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/48cc1cb3-c391-4b02-8c6e-4bcd46329fa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Getting the following error: "OverQuotaError: The API call taskqueue.BulkAdd() required more quota than is available"

2015-08-26 Thread takanao ENDOH
Affecting me too.

I am reported about this issue.
https://code.google.com/p/googleappengine/issues/detail?id=12283

2015年8月4日火曜日 3時09分02秒 UTC+7 Ryan (Cloud Platform Support):
>
> There are a few reasons this could be happening. The most likely are:
>
> 1) The total_storage_limit is set too low in the queue.yaml 
> 
> .
> 2) You are hitting a safety quota limit 
> ,
>  
> spreading out your calls / reducing the number of tasks will help here.
>

I was set total_storage_limit line as below:
> total_storage_limit: 1G
However, I was unable to add tasks that is more than 500MB to the Task 
Queue.

What is a safety quota limit for the Task Queue?

We should be able to extend the Task Queue Stored Task Bytes to 1GB or more.
What do we have a problem?


https://cloud.google.com/appengine/docs/go/config/queue#Go_Setting_the_storage_limit_for_all_queues
> The default limit is 500M (500 megabytes) for free apps. For billed apps 
there is no limit until you explicitly set one.

https://cloud.google.com/appengine/docs/quotas#Task_Queue 
Task Queue Stored Task Bytes500 MB. Configurable up to 1 GB.None. 
Configurable up to the *Stored Data (billable).*

-- 
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@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/afb04acb-c70d-40d1-a809-4080cc2b4a4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.