Hi, I would like to understand the relation between --promote (--no-promote) and split traffic.
- When I make a version deployment (--promote), it means it takes 100% of the traffic - When I make a version deployment (--no-promote), it won't take any traffic percentage. *However, would I be able to visit this version by URL? Would this version be stopped or active?* - Split Traffic it works sort of against (--promote). We use it when we want to split the traffic among versions instead of promoting a single version. I am planning to have two versions of my app. One is prod and another staging. Only prod should serve clients. While staging should only be used internally for testing, etc. Shall I use *--promote* with the prod environment and *--no-promote* with the staging one? Thanks Bill -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/bca3d802-dbea-43ee-8348-43c0ad3007a5n%40googlegroups.com.
