I'm trying to convert my current GAE project to using modules. I'd like all tasks of a certain path to run on a specific module.
I understand that in production, I can just enqueue the task as normal and the dispatch file handles routing it to the correct module. However, how can I get this same behaviour in the dev server? I'd rather not do something hackey like addressing the module directly. Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
