[google-appengine] App only runs on one instance?

2016-04-27 Thread Anthony Shapley
Hi, We have an app running, using Django - and for some reason AppEngine won't ever the application on more than a single instance? We haven't set anything that should limit this in the app.yaml file, so just wondered if there is anything else we could have configured incorrectly that would

[google-appengine] Task Queue Configuration Query

2016-02-29 Thread Anthony Shapley
Hi, I've been developing a reverse lookup tool, using the task queue and datastore in PHP, in order to prevent duplicate crawling we decided to assign names in the task queue (the domain name) however since configuring this the task queue on my local environment isn't running at all. Is there

[google-appengine] Re: Massive GAE latency since 10:00 GMT

2016-02-04 Thread Anthony Shapley
Region migration would be ace. When I started some of my Apps, US was the only region available - and all of my 'gear' would be far better suited to the EU, but no migration options are available and I do not want to have to do it manually. On Thursday, February 4, 2016 at 4:44:40 PM UTC,

[google-appengine] Re: WordPress issue with the 10000 file version quota (limit)

2016-01-21 Thread Anthony Shapley
That is a neat idea -- would also remove the need for local upgrades and redeployment (for plugins) if you were able to relocate them on GCS. On Thursday, January 21, 2016 at 9:47:26 AM UTC, Christopher Muller wrote: > > Hey guys, > > I've been super keen to get our WordPress site up onto GAE

[google-appengine] Re: WordPress issue with the 10000 file version quota (limit)

2016-01-21 Thread Anthony Shapley
e( 'WP_PLUGIN_URL', 'gs://wp-testing/plugins'); > > But I'm not sure how to get the directory/url of the GCS in a way which > the GAE can talk to it. > > > > > On Thursday, 21 January 2016 12:06:21 UTC+2, Anthony Shapley wrote: >> >> That is a neat idea -- would a

[google-appengine] Re: WordPress issue with the 10000 file version quota (limit)

2016-01-21 Thread Anthony Shapley
> On Thursday, 21 January 2016 12:06:21 UTC+2, Anthony Shapley wrote: >> >> That is a neat idea -- would also remove the need for local upgrades and >> redeployment (for plugins) if you were able to relocate them on GCS. >> >> On Thursday, January 21, 2016 at 9:47:

[google-appengine] Re: Need to speed up gae php+cloudSQL

2016-01-13 Thread Anthony Shapley
Hey Have you set the SQL Cloud instance to follow the app? Ant On Wednesday, January 13, 2016 at 8:40:20 AM UTC, Jukka Hautakorpi wrote: > > How stupid of me: > I re-checked the cloudsql instance at it really was to set running > on-demand. > > I changed it now and will see how it is

[google-appengine] Moving Regions

2016-01-06 Thread Anthony Shapley
Hi, Just wondered if anyone would be able to help me move an App Engine project to a different region? I'd prefer not to have to completely create a new project. Need to access a CloudSQL Server thats on a different project, in a different region to the one I am currently working. Ant --

Re: [google-appengine] 301 redirects - no compelling solution?

2016-01-01 Thread Anthony Shapley
This is very true, but it uses a 302 redirect instead of a 301 - it really isn't the right option for people looking to make a permanent move. On Tuesday, September 29, 2015 at 8:58:43 AM UTC+1, Luna Duclos wrote: > > In your app.yaml, you can use "secure: always" to force the app to use >

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Anthony Shapley
on as is! Ant On Wednesday, 5 August 2015 08:24:24 UTC+1, Tom Walder wrote: Yes, I believe you could run this on AppScale. Whilst I have not done so myself, my understanding is that AppScale exposes the same Protocol Buffer APIs that AppEngine does. On Wednesday, August 5, 2015, Anthony

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Anthony Shapley
wrote: Great - I'd be really interested to find out how you get on with running it on AppScale. On Wednesday, 5 August 2015 08:44:51 UTC+1, Anthony Shapley wrote: Hi Tom, Thanks for coming back to me - thats really awesome, I'll give it a test and let you know. Thanks so much for sharing

Re: [google-appengine] PHP Library for Cloud Datastore 2.0 Production Release

2015-08-05 Thread Anthony Shapley
Doh, ignore that .. need to include the gateway files now! On Wednesday, 5 August 2015 14:58:16 UTC+1, Anthony Shapley wrote: Hi Tom, I've tried porting over a basic insert - but it keeps returning this error: *Fatal error*: Class 'GDS\Gateway\ProtoBuf' not found in */Users

[google-appengine] Re: PHP Library for Cloud Datastore 2.0 Production Release

2015-08-04 Thread Anthony Shapley
Hi Tom, This sounds excellent - just so I am nor misreading, this no longer requires the Google API, so could this be used on AppScale for example? Ant On Tuesday, 4 August 2015 22:30:55 UTC+1, Tom Walder wrote: https://github.com/tomwalder/php-gds Enjoy! New features in 2.0 include

[google-appengine] Re: disable appspot.com

2015-05-26 Thread Anthony Shapley
My understanding is, as you rightly said you need to configure this in the App. Personally I'd look for where the HTTP Request is coming from and then 301 redirect it to the page on your domain. A bit like if the request was coming from http://yourdomain.com instead of

Re: [google-appengine] Re: PHP Issues / No Errors in Logs

2015-02-24 Thread Anthony Shapley
cyber-compare Thanks Ant On 24 Feb 2015 20:20, Stuart Langley slang...@google.com wrote: Anthony - what's the app_id? On Tuesday, 24 February 2015 22:15:43 UTC+11, Anthony Shapley wrote: Hi, Has the PHP version of App Engine changed? Or some functionality been removed. All of a sudden

[google-appengine] Re: PHP Issues / No Errors in Logs

2015-02-24 Thread Anthony Shapley
Cleared all the running instances and it seems to have returned to normal. Obviously some kind of issues at Google this morning with this and the Deployments taking forever :) On Tuesday, 24 February 2015 11:15:43 UTC, Anthony Shapley wrote: Hi, Has the PHP version of App Engine changed

[google-appengine] PHP Issues / No Errors in Logs

2015-02-24 Thread Anthony Shapley
Hi, Has the PHP version of App Engine changed? Or some functionality been removed. All of a sudden this morning, a lot of my WordPress site has become non-functional - the homepage stopped rendering until I turned a bunch of features off, there hasn't been any deployments with new code since

Re: [google-appengine] More than one google app engine application (microservice) in a project

2015-02-04 Thread Anthony Shapley
Hi, You could look to deploy different application versions - which would run independently of one another inside a single App Engine project. Each version would be available on a different hostname e.g. v1.app.appspot.com v2.app.appspot.com and so forth. Thanks Ant Kind Regards, Anthony

[google-appengine] Re: How to stop the AhrefsBot bot crawl ? on GAE

2015-01-22 Thread Anthony Shapley
Any chance its not a real AhrefsBot and someone else isn't just using there User Agent? Ant On Thursday, 22 January 2015 04:49:18 UTC, ASIA IO wrote: This my site https://timeforums.appspot.com/forum.php on GAE How to stop the AhrefsBot bot crawl ? I set in *robots.txt* , user-agent:

Re: [google-appengine] Re: Is there a PHP API for writing to the Datastore?

2015-01-14 Thread Anthony Shapley
Hi Tom, This looks like a fantastic contribution for any PHP App Engine developers, I for one have been looking for an easier solution to write to datastore from PHP and I thank you for creating and sharing this. I will most certainly have a play with it. Thanks Ant Kind Regards, Anthony

Re: [google-appengine] Create automatic tasks every 10 min on App Engine ?? Need suggestions

2014-09-24 Thread Anthony Shapley
Cron to generate a task queue or just a cron to fetch the rss. Depends how many feeds you are planning to fetch. Cron will run for a maximum of 10 minutes. But you could build a really big task queue in that time. On 24 Sep 2014 17:39, Adrian Lesniak adrian110...@gmail.com wrote: Hi everyone,

Re: [google-appengine] Will any 3rd party Wordpress plugins work on Google App Engine?

2014-09-22 Thread Anthony Shapley
is repeatedly reporting as an issue. Ant Kind Regards, Anthony Shapley Follow me on Twitter http://www.twitter.com/anthonyshapley, Facebook http://www.facebook.com/anthony.shapley or Google+ https://plus.google.com/53690494421503825/. Visit the website http://www.shapleytech.ltd.uk to see our

Re: [google-appengine] I would like to implement very simple web search app.

2014-09-19 Thread Anthony Shapley
. It is a neat idea though, can see lots of interesting things you could try - like applying social metrics to the results. You'd just have to host it elsewhere. Kind Regards, Anthony Shapley Follow me on Twitter http://www.twitter.com/anthonyshapley, Facebook http://www.facebook.com

[google-appengine] URL Fetch Quota

2014-09-18 Thread Anthony Shapley
Hi, I wondered how one goes about increasing the URL Fetch Quota? At present its set at 46 million, ideally we'd like to double it or more if possible. Thanks Anthony -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from