-
Notifications
You must be signed in to change notification settings - Fork 25
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
Notification processor fixes #81
Notification processor fixes #81
Conversation
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.
LGTM 👍
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.
LGTM
@DHaussermann this PR is not really testable in itself, and a trivial unit test is provided. |
Codecov Report
@@ Coverage Diff @@
## master #81 +/- ##
==========================================
+ Coverage 27.80% 28.20% +0.39%
==========================================
Files 57 57
Lines 2057 2053 -4
==========================================
+ Hits 572 579 +7
+ Misses 1420 1409 -11
Partials 65 65
Continue to review full report at Codecov.
|
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.
Thanks for the heads up @levb
I'm fine with this being merged. This can be tested as part of end 2 end tested in master.
Summary
Fixed notification queue size limiting - was my own ignorant code before.
Ticket Link
None