Same question for task queue health status, or any kind of programmatic access to the last measured value (+ maybe 5 min average) by the system status for any service / type from: http://code.google.com/status/appengine
In my use case I would be highly interested in reading the current add to taskqueue latency. So when app engine has a hiccup I don't have to wait for enqueuing tasks but rather could process them directly. Certainly I could measure those latencies myself and store the information in memcache for subsequent requests, but I would prefer if those already GAE measured latencies could be read via an API, such as an extended capabilities API? https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/capabilities/CapabilityState Memcache gets slow sometimes. Really slow. Slower than datastore. Is there > a “memcache health status” that we can hit to identify when we should stop > using it for a while? MasterSlave had a Readonly we could detect and change > behavior. I can’t find any such thing for HR. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/yKk7wY2HGpcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
