Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Remove hardcoded 300s and add error messages when data collection is missing #10142
Remove hardcoded 300s and add error messages when data collection is missing #10142
Changes from all commits
aed6cc6
07c4fa5
ff52365
5f9f575
09d8b97
141277e
276a1de
19a705a
e54a566
edd4488
b0d2e22
378b4f9
1996739
1e05766
33c130c
513bbd0
c618fd0
40c8368
042c89b
97393f4
5b300c8
be995ca
b9461c2
89f5158
2db435e
1f3911b
3244062
89fcbbf
71b5c64
19cda55
c08f7fc
dcd95f8
f6fa0c2
af20179
bf32666
9386146
b7ff595
fbbf49d
d5e086d
9aed507
2419bbf
1e7e5f4
187fef0
2a4c226
7ae4fbd
04a35a1
68d2282
f507fba
cef59de
0fbd8fe
eef2359
cff6bd8
54c589a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To have this cleaner and more testable we createCloudWatchEvents should probably return and error and logging happens outside if needed. But let's get this PR in and we can still clean it up later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment above.