cloudfoundry-community/terraform-provider-cloudfoundry

Random errors when restaging with strategy="blue-green"

Thanhphan1147 opened this issue · 0 comments

  1. During blue-green restage the provider copies the source code of the venerable app over to the new app, version 0.50.3 currently does not wait for this operation to complete before continuing, which is causing staging to fail randomly.
  2. The blue-green rollback code does not wait for deletion of new app to finish before renaming the venerable app which also causes random failures.