[google-appengine] microservice messaging

2016-07-11 Thread wge vwgolf
Hi I've used app engine for a little while now, and need to break up my monolith into separate micro-services. *The key decision is how the microservices communicate *- the criteria is: - It must be asynchronously, which then implies messaging. - The messages ideally need to be "fire an

[google-appengine] Datastore Statistics: Is history ever still available?

2016-07-11 Thread Evan Jones
The documentation for datastore statistics states: https://cloud.google.com/appengine/docs/python/datastore/stats "When the statistics system creates new statistic entities, it does not delete the old ones right away. The best way to get a consistent view of the statistics is to query for the G

[google-appengine] Re: How do I setup a SMTP in Google cloud for my PHP based website?

2016-07-11 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hardik, Here's a page from the documentation which explains how to send mail from Compute Engine. Let me know if you have any questions and I'll be happy to help! Sincerely, Nick Cloud Platform Community Support On Monday, J

[google-appengine] Re: microservice messaging

2016-07-11 Thread Jason Collins
You might want to check out this series: https://cloud.google.com/appengine/docs/python/microservices-on-app-engine I would suggest Task Queue for messages between modules/services of the same app, and Cloud PubSub for messages between apps on different projects. Cloud PubSub could be used uni

Re: [google-appengine] microservice messaging

2016-07-11 Thread 'Alex Martelli' via Google App Engine
If you want data isolation between services, *namespaces* can deliver it on datastore and memcache (as the series that Jason suggests mentions, perhaps without enough emphasis). If you have no other need for namespaces (no multitenancy etc), just have each service set the namespace it uses -- serv

[google-appengine] Re: Problem about htdocs: Permission denied

2016-07-11 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey 郭翊慶, On a linux system when a user doesn't have access to a folder, they will see a message like this when they attempt "cd". I'm not familiar enough with WordPress to know whether this is the correct way to delete a plugin, but I trust you're following good advice from elsewhere (you might