In our current application structure we have two modules defined.
- One for "backend" processing. These are F1 instances that handle items
like cron, mapreduce jobs, task queue processing etc.
- One for "frontend" request handling. These are F4 instances that
handle page / api requests.
However, we are noticing that the dispatch.yaml file appears to not be
routing all requests correctly. Within in the logs we see the "backend"
module handling page requests.
The dispatch.yaml file is defined as:
dispatch:
- url: "*/_ah/queue/deferred*"
module: default
- url: "*/_ah/pipeline*"
module: default
- url: "*/mapreduce*"
module: default
- url: "*/cron*"
module: default
- url: "*/prodeagle*"
module: default
- url: "*/*"
module: frontend
Should these routes be specified differently?
--
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/groups/opt_out.