Hey Nickolas, Thank you for sharing your findings with the community here in order to help! This is much appreciated. Nonetheless, if I've understood your message correctly, you've occasionally encountered errors with *appcfg.py* where deployment which includes your *dispatch.yaml* does not update your dispatch rules despite successfully updating your App Engine service. This is unexpected behavior. As such, I'd recommend reporting this on our Issue Tracker <https://issuetracker.google.com/issues/new?component=187191&template=0> and including any information that might be useful such as:
- Time frame for when this happened - The runtime being used when deploying the App Engine service - The *dispatch.yaml* being uploaded during the service update If you choose to file a new issue, feel free to post a link to the issue here so that others in the community can follow along. In the meantime, I would consider using *gcloud app deploy <https://cloud.google.com/sdk/gcloud/reference/app/deploy>* to deploy App Engine services and explicitly providing your *dispatch.yaml* as an argument. On Wednesday, May 10, 2017 at 8:22:19 PM UTC-4, Nickolas Daskalou wrote: > > For anyone else having this issue.... > > We found that during this time, even if a deployment succeeds, the > underlying App Engine dispatcher could also "break" during a deployment. > > The only way to fix it was to push our existing dispatch rules again (for > Python standard: "appcfg.py update_dispatch ."). > > Hope that helps others and also gives the Google Cloud > engineering/monitoring teams clues on how to fix it. > > Nick > -- 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/a8a2ceb7-d4e7-4fa2-82ca-338ac215341d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
