[google-appengine] Google App Engine - Region

2017-09-24 Thread Hossein Amerkashi
Hello,

I am using GAE and have deployed an app. The performance seems to be pretty 
good for USA east-coast. I'm getting complaints from UK users that 
performance, during certain times, is very slow. How do I find out what 
region the servers are and how can I upgrade for multiple regions?

THANKS

-- 
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/a8106fdb-8a89-4cd3-bfd9-efd113c2fb22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Removing contents from Appspot.com - Google affiliated hosting service

2017-09-24 Thread Bing Wang

I would like to request removal of personal contents from website hosting 
by Appspot.com Google hosting. This particular website does not provide a 
contact page for me to contact them, also this website has not been running 
or maintained by anyone since 2012. this website simply copy and paste all 
sorts of rental information containing personal information from different 
websites without asking for authorisation.

Since Google is the hosting. How can I ask Google Appspot.com hosting to 
remove unauthorised contents? this is urgent and i am stressed about my 
phone number published on websites i have never authorised them to do so.

http://58aozhou.appspot.com/show/502062

-- 
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/d0864e26-055b-43c3-b4c7-fb197ac0a226%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: When to use PubSub vs Task Queues

2017-09-24 Thread Alex Buchanan
As of today though, what are the advantages to using Pub/Sub over Pull 
Queues? For example, are there any time or scale limits to using Pull 
Queues that Pub/Sub resolves?

Thanks,
Alex

On Friday, February 3, 2017 at 10:30:54 AM UTC-8, Kim Lewandowski wrote:
>
> Hi Joshua --
>
> It’s a good question, and it has a complicated answer. Broader 
> documentation on when to prefer one over the other is in process, and we 
> hope that the feature set we expect to evolve in Cloud Tasks (Alpha 
> signup here ) will make the distinctions clearer.
>
> Much of the answer is historical. Task Queues evolved as part of the App 
> Engine developer libraries (back in 2009) and was (internally) slated for 
> deprecation and replacement with release of Pub/Sub. As you observed: 
> Pub/Sub does seem like a strong generalization of Task Queues. When Pub/Sub 
> launched, however, we found that it did not meet the needs of a significant 
> number of customers. A number of features that we thought weren’t 
> particularly import (de-duplication, scheduled delivery, rate management, 
> concurrency management, tagged tasks, configurable retries, etc) turned out 
> to be critical and not supported in Pub/Sub.
>
> In response to that feedback, we took a step back and tried to define the 
> core differences. The conclusion we arrived at is that Pub/Sub is a 
> networking and big data product. It is agnostic to both the content and the 
> target and focuses on delivering very high throughput capabilities to 
> arbitrary handlers. Task Queues is a managed execution product. It is 
> intended for running and managing large numbers of explicit commands. We’re 
> working to repackage Task Queues as Cloud Tasks and open it up for broader 
> integration with the rest of GCP. For example, we want to make it possible 
> to enqueue Datastore operations or Cloud Functions for asynchronous 
> execution. The idea is to make it as easy as possible to spin up large 
> distributed systems without needing to write handlers and managers. 
>
> An example of what we are trying to enable is the App Engine mapreduce 
> library (written on top of Datastore and Task Queues). Instructions (in 
> this case, map or reduce shards) are explicitly encoded and a user-space 
> library can capitalize on Task Queues infrastructure to avoid needing any 
> management tools or orchestration services.
>
> I hope that’s helpful and feel free to send me more details on your use 
> case and we can provide you with more guidance.
>
> -Kim
> Product Manager of Task Queues
>
> On Thursday, February 2, 2017 at 7:34:00 AM UTC-8, Joshua Fox wrote:
>>
>> This Task Queues 
>>  page  says "Tip: 
>> In some cases Google Cloud Pub/Sub 
>>  is a good alternative to pull 
>> queues."
>>
>> Is there a doc that  says more about that?
>>
>> - In what cases are Pub/Sub or  Task Queues preferable? 
>> - Why is PubSub only an alternative for pull task-queues given that both 
>> push- and pull-style subscriptions are supported in Pub/Sub?
>> - Since Pub/Sub appears more general, why do Task Queues exist? Is it 
>> just the scheduled push feature? Or the specific support for serialization 
>> of Task objects?
>>
>>

-- 
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/0317a841-3cfd-4a2b-ac48-ce2c4d163111%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Transitioning from Google App Engine SDK to gcloud, what to expect

2017-09-24 Thread PK
A few months ago I had asked if anybody has attempted this and got no response. 
I finally made the transition; it was a bit bumpier than what I had hoped but 
it appears to be a good improvement on deployment times plus one less download 
to worry about.

I wrote up my experience in a post here 
 for anybody else interested in 
this.

Best,
PK
www.gae123.com

-- 
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/2C9E8B2B-6E4D-40F6-91E6-534830AE1EA7%40gae123.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: 502 "failed_to_pick_backend" errors, seems like both workers died at the same time

2017-09-24 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
This is odd, I can't seem to find any "failed_to_pick_backend" error logs 
for that timeframe, even on expanded search. Do you have an exact timestamp 
of a sample error? 

I also found this Google Groups 
 and 
StackOverflow 

 case 
that may provide solution to your issue. It discusses the possibility of 
either a database connection or a Load Balancer issue, among others.

-- 
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/3dd35e10-0702-40c0-852b-24be5d21ecce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Google App Engine - Region

2017-09-24 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine


On Sunday, September 24, 2017 at 11:04:16 AM UTC-4, Hossein Amerkashi wrote:
>
> Hello,
>
> I am using GAE and have deployed an app. The performance seems to be 
> pretty good for USA east-coast. I'm getting complaints from UK users that 
> performance, during certain times, is very slow. How do I find out what 
> region the servers
>

Console > App Engine > Dashboard > Region is located on the upper-right 
below your domain name.
 

> are and how can I upgrade for multiple regions?
>

App Engine is automatically scaled across multiple regions 
, but those 
regions are defined by Google. You'd have to set up another project to 
handle traffic in the UK, for example. You can visit this related thread 
 
that discusses possible workarounds for multiple regions.

-- 
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/d7c3-1ce7-472f-9740-782bf2ac8313%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Removing contents from Appspot.com - Google affiliated hosting service

2017-09-24 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I'm not sure, let me check how we can address your issue.

-- 
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/1435072f-2233-4f17-a8ae-f2de2d10ca5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.