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

Add option to avoid CreateLogGroup #21

Merged
merged 1 commit into from
May 11, 2016

Conversation

dahlia
Copy link
Contributor

@dahlia dahlia commented May 11, 2016

CreateLogGroup has relatively lower late limit (I guess it’s because CreateLogGroup is less needed to call frequently), so creating a log group every time a CloudWatchHandler is instantiated could be a problem if there are sufficiently many nodes to deploy.

So I added the create_log_group option to determine whether to create a log group when a CloudWatchHandler is instantiated. It is True by default so that its previous behavior is maintained.

@kislyuk
Copy link
Owner

kislyuk commented May 11, 2016

LGTM, thanks!

@kislyuk kislyuk merged commit 63c9b47 into kislyuk:master May 11, 2016
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.

2 participants