[google-appengine] Re: Managed VMs - Scipy

2016-02-23 Thread Ludovic Legrand
Hi Jon, Thanks for the prompt reply. I tried option 1 with: *App.yaml* runtime: python-compat vm: true threadsafe: true handlers: - url: .* # This regex directs all routes to main.app script: main.app *requirements.txt* Flask==0.10.1 Scipy==0.17.0 And the message pasted in the original

Re: [google-appengine] New Cloud Console

2016-02-23 Thread Rajkumar Radhakrishnan
Hi, Google App Engine has been offering an option to "permanently prohibit code downloads." ever since launch in April 2008. This action was available for users with "Admin" and "Developer" role and is currently available in the Versions page of old Admin Console, like shown in the image below.

Re: [google-appengine] New Cloud Console

2016-02-23 Thread Stefano Ciccarelli
And what about the dispatch? If you have a dispatch configured you can view it only on the old console! Il giorno mer 24 feb 2016 alle 01:44 'Lorne Kligerman' via Google App Engine ha scritto: > I'm happy to report that both features are in the works and will

[google-appengine] Re: New Cloud Console

2016-02-23 Thread Mark Cummins
Will the logs viewer in the Cloud Console be improved before the App Engine console is shut down? The main reason I still use the old console is that I find the old logs viewer much more useful than the new one. The new logs viewer is shows a view that is either totally collapsed (useless) or

Re: [google-appengine] New Cloud Console

2016-02-23 Thread johnP
Good news - thanks. On Tuesday, February 23, 2016 at 4:43:55 PM UTC-8, Lorne Kligerman wrote: > > I'm happy to report that both features are in the works and will launch > shortly, before the old console is turned down. > > Cheers, > Lorne. > > > On Tuesday, February 23, 2016 at 3:52:19 PM

Re: [google-appengine] New Cloud Console

2016-02-23 Thread 'Lorne Kligerman' via Google App Engine
I'm happy to report that both features are in the works and will launch shortly, before the old console is turned down. Cheers, Lorne. On Tuesday, February 23, 2016 at 3:52:19 PM UTC-8, PK wrote: > > We also need the “Billing/Usage History” equivalent functionality, has > this page been

[google-appengine] Re: Managed VMs - Scipy

2016-02-23 Thread 'Jon Parrott' via Google App Engine
Hi Ludovic, Using SciPy on MVMs is absolutely possible. You have a few options: 1. You can try using the new Managed VMs Python Runtime , which should allow you to just add scipy to your requirements.txt (please

Re: [google-appengine] New Cloud Console

2016-02-23 Thread PK
We also need the “Billing/Usage History” equivalent functionality, has this page been migrated to the new console? PK p...@gae123.com > On Feb 23, 2016, at 3:46 PM, johnP wrote: > > Just got email that old appengine console will be shut off in 6 weeks. The > new cloud

[google-appengine] New Cloud Console

2016-02-23 Thread johnP
Just got email that old appengine console will be shut off in 6 weeks. The new cloud console does not have a "migrate traffic" option in the Versions screen. This was my absolute favorite new feature in a long, long time. Will it be available in the new console? -- You received this

[google-appengine] Re: remote_api_shell.py

2016-02-23 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Does 'appcfg.py update app.yaml' also work from the command line directly in your project directory? Note that the application 'name' is not necessarily the same as the application 'id', so that can also be your issue. Make sure you are passing the as '***-1227.appspot.com' matching the first

[google-appengine] Re: Tasks failing silently with error 'Instance Unavailable'

2016-02-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Does the issue you're experiencing seem like it would be related to the behaviour described in the communication? Is the "instance unavailable" error possibly related to default/non-default modules? If you experience what you believe to be a platform issue, not the fault of your own code, you

[google-appengine] Suggestions - Want to develop a social network for martial artists website using java, mongodb, angularjs, bootstrap etc

2016-02-23 Thread Nick
You have 4 options right now on GCP: GCE - runs VMs same as ec2 GKE - runs docker containers instead of full VMs Managed VMs - these are appengine apps running in a less sandboxes environment, basically containers with access to managed services using 'native' APIs (as opposed to service calls)

[google-appengine] Re: Is there a way show Java Endpoint @ApiMethod descriptions into the Api Explorer?

2016-02-23 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thank you for posting. Such annotations for Endpoints methods are not currently supported. This however, is not the first time this feature is requested. I would strongly suggest starring the related Endpoints feature request Issue 9184: Endpoints, support more annotations

[google-appengine] Being non-Relational, Distributed, Open-source and Horizontally Scalable with NoSQL Databases

2016-02-23 Thread Anita Goyal
*Discover smart ways of handling databases by mastering NoSQL-Cassandra, HBase, MongoDB and CouchDB. * NoSQL

[google-appengine] Being non-Relational, Distributed, Open-source and Horizontally Scalable with NoSQL Databases

2016-02-23 Thread Anita Goyal
*Discover smart ways of handling databases by mastering NoSQL-Cassandra, HBase, MongoDB and CouchDB. * NoSQL

[google-appengine] Managed VMs - Scipy

2016-02-23 Thread Ludovic Legrand
Hi, Given discussions in the forums the bug database, I was under the impression I could build a "Managed VM" with packages such scipy. I am using the python-compat runtime but the deployment does not work, it complains about scipy. Which runtime should I use? Do I need to build the vm myself

[google-appengine] app engine hosted website - the domain is no longer parked by GoDaddy

2016-02-23 Thread Ahmed Layouni
First off I apologize if my post is out of topic. I have a one page website hosted by Google App Engine. It works fine most of the time but every once in a while (maybe once a week or so), instead of getting my main page when I try to access the website, I get a nasty green page with the

[google-appengine] Tasks failing silently with error 'Instance Unavailable'

2016-02-23 Thread bmurr
Tasks have been failing silently in my taskqueue all day. No PermanentTaskFailures or other exceptions are being thrown -- nothing in my logs. The tasks are just retrying a number of times, with the reason for retries being 'Instance Unavailable'. Then they disappear. I received an email from

[google-appengine] Suggestions - Want to develop a social network for martial artists website using java, mongodb, angularjs, bootstrap etc

2016-02-23 Thread Amit Chavan
What type of VM should I use ? Does the cloud platform support servlet spec 3.0+ ? Are there any good resources for using play framework on gcp ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop

Re: [google-appengine] New App Engine Managed VM Docs

2016-02-23 Thread troberti
This is encouraging to hear and hope it happens. I like webapp2 just fine as it is: simple, stable, easy to test, *just works*. The fact that it doesn't 'evolve' is imho a good thing. Bug fixes are of course always welcome. On Tuesday, February 23, 2016 at 5:21:29 AM UTC+1, Alex Martelli