[google-appengine] How to dispatch to a specific version of a module?

2015-04-17 Thread Paul Canning
Is there a way to route URLs, Tasks or CRON jobs to specific module versions? E.g in dispatch.yaml - url: */mobile/* module: mobile Say I have two versio n of the mobile module, alpha and beta. Can I specify to send the request to alpha mobile module? Or will it always send it to the

Re: [google-appengine] How to dispatch to a specific version of a module?

2015-04-17 Thread hiroshi saito
Can I specify to send the request to alpha mobile module? Or will it always send it to the default version (set in the dashboard)? It seems that you cannot specify target version in dispatch.yaml, but it is not always to be dispatched to default version. From my experiences, GAE will dispatch