couchbase-partners / google-deployment-manager-couchbase

Google Deployment Manager (DM) templates for Couchbase Enterprise
Apache License 2.0
11 stars 9 forks source link

Runtime Config - Use Waiter instead of While #16

Closed benofben closed 7 years ago

benofben commented 7 years ago

Per Victor - I still suggest you switch to waiter instead of computing nodecount yourself. Then you can rely on DM doing the polling in a sustained manner.

https://cloud.google.com/deployment-manager/runtime-configurator/creating-a-waiter

benofben commented 7 years ago

I simplied the runtime config, so this isn't really relevant anymore. We have a better async approach instead.