[google-appengine] Re: cron job via google app engine or via any npm module(node-schedule)

2016-09-19 Thread himanshu kapoor
can anyone please answer it.. i need to complete it. On Monday, September 19, 2016 at 8:36:56 PM UTC+5:30, himanshu kapoor wrote: > > I need to deploy few cron jobs for my nodejs app hosted on google cloud. > > I have 2 options > > > cron-schedule npm package. > cron.yaml provided by app engine.

[google-appengine] Micro service deployment and configuration on appengine

2016-09-19 Thread Abe Junejo
Some basic newbie questions : 1) Is is possible to externalize microservice configuration when using google appengine, such that the configuration is not part of the microservice source code itself, but resides somewhere outside ? 2) Is it possible to let google appengine compile java code,

[google-appengine] Re: How to design a daily job for bulk inserts of data

2016-09-19 Thread Jim
I concur with Evan re: backend instances. I also suggest that you make copious use of tasks. In your step #3, rather than actually inserting each row into Cloud SQL, I would drop an individual task onto a push queue for each row insert, and then have another process which fires for each task

[google-appengine] cron job via google app engine or via any npm module(node-schedule)

2016-09-19 Thread himanshu kapoor
I need to deploy few cron jobs for my nodejs app hosted on google cloud. I have 2 options cron-schedule npm package. cron.yaml provided by app engine. I am not sure which has better performance and why ? adding to it, I want my cron jobs to work on preemptible instance as they are meant

[google-appengine] Re: How to design a daily job for bulk inserts of data

2016-09-19 Thread Evan Jones
>From my limited experience of doing ETL-type tasks on App Engine, I'd suggest using a "backend instance" with basic scaling if you can (although these instances are probably slower than the n1-standard-2, and it certainly will have much less memory). This would avoid the complexity of

[google-appengine] Re: support for brotli

2016-09-19 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey pdknsk, Good to see that it's been acknowledged. We'll likely update it shortly with a tracking number corresponding to our work on the Feature Request. Feel free to follow updates and continue to post any further questions there. Cheers, Nick Cloud Platform Community Support On Friday,

[google-appengine] Google Cloud Agent does not collect information from Memcached

2016-09-19 Thread Ildar Nigmatzyanov
I installed a new instance and as always did set up the google cloud agent. I added modules for Apache and Memcached, but for some reasons the agent does not collect or just does not show data from Memcached. It never happened before. What would be the cause of this problem? Thank you. --

[google-appengine] Small bug in Cloud Storage Python Sample

2016-09-19 Thread Gerhard Just Olsen
Hi. Hope this is the right place to report this. In the App Engine and Google Cloud Storage Sample for Python. The documentation wants us to install the library in demo/lib pip install GoogleAppEngineCloudStorageClient -t demo/lib That gives an error saying: ImportError: No module named

[google-appengine] htaccess

2016-09-19 Thread Rajesh Gupta
Hello, We are using java appengine. We are doing the seo for our website. The website is also setup using cloudflare for ssl purpose. http is redirected to https using the cloudflare page rules. Here is what the SEO specialist is expecting and asking us to configure the htaccess file.