[google-appengine] Fwd: [google-appengine-go] App Engine for Go now in General Availability

2015-07-08 Thread 'Amy Unruh' via Google App Engine
-- Forwarded message -- From: Jason Buberel Date: 8 July 2015 at 08:25 Subject: [google-appengine-go] App Engine for Go now in General Availability To: google-appengine...@googlegroups.com Today, we are announcing that Google App Engine for Go

[google-appengine] Using the new Google Container Registry with Managed VMs

2015-01-30 Thread 'Amy Unruh' via Google App Engine
hi all, We recently announced the beta release of a new service: Google Container Registry (https://cloud.google.com/tools/container-registry/), for the secure hosting, sharing, and management of private container repositories. See this blog post for further info: http://googlecloudplatform.blogs

[google-appengine] Re: Latest version of the gcloud SDK causes Managed VMs deployment issues

2014-12-19 Thread 'Amy Unruh' via Google App Engine
Update: This issue should now be fixed, so you can now update to/download the most recent gcloud SDK. On 19 December 2014 at 09:38, Amy Unruh wrote: > For anyone using Managed VMs, who has just updated their gcloud SDK, there > is a known issue with the new gcloud version, that is causing Manag

[google-appengine] Latest version of the gcloud SDK causes Managed VMs deployment issues

2014-12-19 Thread 'Amy Unruh' via Google App Engine
For anyone using Managed VMs, who has just updated their gcloud SDK, there is a known issue with the new gcloud version, that is causing Managed VMs deployment issues. If you have just updated and are experiencing this, then if you do: $ gcloud components restore that should roll back gcloud t

Re: [google-appengine] Getting exit_code=204 on every second request

2014-05-20 Thread 'Amy Unruh' via Google App Engine
On 20 May 2014 08:53, Ward Vanwalleghem wrote: > Thanks Amy that works! > Any reasoning why this APC caching needs to be switched off on app engine > (and not when running locally) > It's a known bug (that is on our list to fix). I'm glad to hear the workaround worked. > > cheers, Ward > > >

Re: [google-appengine] Getting exit_code=204 on every second request

2014-05-20 Thread 'Amy Unruh' via Google App Engine
Ward, Can you try adding apc.cache_by_default = "0" to a php.ini file in the root of your App Engine project, and see if that helps? On 20 May 2014 06:42, Ward Vanwalleghem wrote: > Thanks for your response, but I believe there's more going on than just > that. I archived my application and u

Re: [google-appengine] laravel/framework/src/Illuminate/Filesystem/Filesystem.php - failed to open stream: Read-only file system issue.

2014-05-09 Thread 'Amy Unruh' via Google App Engine
hi, With app engine, your application can read any files from the deployed directory structure, but it can’t write to that file system. Instead, the application can use Google Cloud Storage (GCS) for both reading and writing files. See this post for more info: http://googlecloudplatform.blogspot.

Re: [google-appengine] PHP Twilio Services Directory

2014-05-09 Thread 'Amy Unruh' via Google App Engine
hi Jerome, You shouldn't need to do anything specifically in your app.yaml -- just include TwilioServices as a subdir of your app project, and deploy it along with the rest of your app. Then you can do something like: require_once "TwilioServices/Twilio.php"; On 9 May 2014 06:30, Jerome Ripley