appengine-mapreduce icon indicating copy to clipboard operation
appengine-mapreduce copied to clipboard

Warn if a user is on the default version and module

Open tkaitchuck opened this issue 11 years ago • 1 comments

This can cause the UI to be completely unresponsive. And will be very hard for the user to understand what is wrong. So what we should do is in the UI request check to see if the mapreduce is running in the same module and version as the UI requests that is being processed. If it is a warning should be issued, so that the user has something to see in the logs when they go looking for why all of their UI requests are failing.

tkaitchuck avatar Oct 20 '14 19:10 tkaitchuck

Is this related to the 60s timeout on loading JSON responses for those large nesting pipelines?

(We've thought about pointing our pipeline UI to a backend instance for this reason)

soundofjw avatar Jul 30 '15 22:07 soundofjw