Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-13924

Very inefficiently deleting CloudFormation stack

XMLWordPrintable

      When waiting for the CloudFormation stack to delete, the method is calling DescribeStacks without passing in a StackName. This results in a call that will get all the information about all stacks, not just the one we are waiting for. This adds a lot of time to call. By simply adding the name into the call, we make a much lighter and faster call. This was already done while waiting for the stack to create.

            edovale edovale
            dazigizad Damon Evans
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: