appengine-mapreduce
appengine-mapreduce copied to clipboard
Warn if a user is on the default version and module
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.
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)