Damon Evans created JENKINS-13924:
-------------------------------------

             Summary: Very inefficiently deleting CloudFormation stack
                 Key: JENKINS-13924
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13924
             Project: Jenkins
          Issue Type: Patch
          Components: cloudformation, jenkins-cloudformation
    Affects Versions: current
         Environment: All environments.
            Reporter: Damon Evans
            Assignee: edovale
             Fix For: current
         Attachments: jenkins-cloudformation-plugin.patch

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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to