What are some best practices for setting Task Queue parameters for MapReduce jobs?
We are currently running MapReduces on a separate queue which targets a non-default version in order to avoid interfering with user serving requests. Is there a good way to keep the MapReduce jobs on the default version, and be sure it won't block user serving requests? Also we recently had a problem with MapReduce jobs failing, and I think the reason was that the task_retry_limit was set too low which seems to have been the problem in this issue as well: http://code.google.com/p/googleappengine/issues/detail?id=8621 Are there any recommendations regarding retry parameters that came out of the resolution of that ticket? Thanks, -Ranjit -- 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/-/uTNubqUSxWoJ. 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.
