Any updates here Nicholas?

On Wednesday, 6 July 2016 01:58:36 UTC+5:30, Mayank Bhagya wrote:
>
> Hello Nicholas,
>
> Yes, there is a dispatch.yaml file in the code, but that is not present in 
> the `gcloud preview app deploy' because there is no change in the routing 
> rules.
>
> As per dispatch.yaml, there is a rule:
>  - url: "myapp.appspot.com/*"
>    module: B
>
> However, after a deployment, all requests of the form '
> myapp.appspot.com/hello/referrer', which usually go to B, started being 
> redirected to A, which is the default module.
> After 10 odd minutes, this gets auto fixed. This is extremely strange.
>
> Also, that is the only rule that redirects to module B.
>
> On Wednesday, 6 July 2016 01:47:33 UTC+5:30, Nicholas (Google Cloud 
> Support) wrote:
>>
>> There are a few ways requests hitting the App Engine servers get routed 
>> to your application's modules.  Namely, URL routing 
>> <https://cloud.google.com/appengine/docs/python/how-requests-are-routed#routing_via_url>
>>  
>> and via dispatch rules 
>> <https://cloud.google.com/appengine/docs/python/config/dispatchref>.  If 
>> there is dispatch.yaml in your `gcloud app deploy` command, the rules 
>> contained within will be applied before URL routing.
>>
>>    - What dispatch rules do you have in your dispatch.yaml?
>>    - A request to what URL was incorrectly routed to your default module?
>>    - What specific rules are expected to route requests to module B?
>>    
>>
>> On Monday, July 4, 2016 at 1:54:13 PM UTC-4, Mayank Bhagya wrote:
>>>
>>> We have a jenkins push-to-deploy setup that uses gcloud to deploy an 
>>> appengine application.
>>>
>>> After the deployment, suddenly all requests going to a module B start 
>>> going to a module A (default module)!?
>>>
>>> How is that possible?
>>> Why is the dispatcher screwed up after a 'gcloud preview app deploy'.
>>> This has hurt many of our users today.
>>>
>>

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/56dfc4d3-5ef5-443d-9d9d-9a040bb90ba4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to