Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup(aws): Avoid scheduling ReconcileClassicLinkSecurityGroupsAgent #2466

Conversation

ajordens
Copy link
Contributor

Only schedule this agent for accounts where it is explicitly enabled.

This PR also cleans up some unnecessary usage of e.printStackTrace().

@ajordens ajordens requested a review from cfieber March 29, 2018 04:04
@@ -84,7 +88,7 @@ default Moniker convertOnDemandDetails(Map<String, String> details) {
.sequence(Integer.valueOf(details.get("sequence")))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While in here, also change Integer.valueOf to something null safe.

@ajordens
Copy link
Contributor Author

ajordens commented Mar 29, 2018 via email

Copy link
Contributor

@cfieber cfieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new Throwable("This is nice").printStackTrace(System.err)

@ajordens ajordens force-pushed the avoid-registering-reconcileclassiclinksecuritygroupsagent branch from e4677b0 to 7c8d4d7 Compare March 29, 2018 16:20
Only schedule this agent for accounts where it is explicitly enabled.

This PR also cleans up some unnecessary usage of `e.printStackTrace()`.
@ajordens ajordens force-pushed the avoid-registering-reconcileclassiclinksecuritygroupsagent branch from 7c8d4d7 to 30c5ac7 Compare March 29, 2018 16:21
@ajordens ajordens merged commit 182741e into spinnaker:master Mar 29, 2018
@ajordens ajordens deleted the avoid-registering-reconcileclassiclinksecuritygroupsagent branch March 29, 2018 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants