GoogleCloudPlatform / cloud-code-intellij

Plugin to support the Google Cloud Platform in IntelliJ IDEA - Docs and Issues Repository
Apache License 2.0
318 stars 59 forks source link

Newly deployed revision does not serve traffic #3070

Open r-dev-limited opened 2 years ago

r-dev-limited commented 2 years ago

(Please ensure you are running the latest version of Cloud Code for IntelliJ with Help > Check for Updates)

What did you do? Deploy changes What did you expect to see? After successful deployment, traffic redirected to new revision What did you see instead? Old revision kept on serving traffic

etanshaul commented 2 years ago

hi @r-dev-limited . Could you please confirm if this is with Cloud Run deployment? When deploying a new Cloud Run revision, the new revision should be serving 100% of the traffic (I just tested this). Did you change any settings in the Run Config maybe? Once you confirm, we can dig in to see if there are any edge cases here.