-
Notifications
You must be signed in to change notification settings - Fork 515
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
Message transport refactoring #269
Message transport refactoring #269
Conversation
andrewwhitehead
commented
Nov 16, 2019
•
edited
Loading
edited
- move unpacking and return routing into inbound transport manager
- move packing, delivery tracking and retries into outbound transport manager
- apply a limiter on the number of concurrent message handlers (agent message handlers + admin API handlers)
- add support for --max-message-size parameter
Codecov Report
@@ Coverage Diff @@
## master #269 +/- ##
==========================================
+ Coverage 79.9% 80.63% +0.73%
==========================================
Files 230 232 +2
Lines 10416 10769 +353
==========================================
+ Hits 8323 8684 +361
+ Misses 2093 2085 -8 |
This pull request introduces 1 alert when merging 3737906 into 77f47b7 - view on LGTM.com new alerts:
|
This pull request introduces 1 alert when merging 422fe8b into 77f47b7 - view on LGTM.com new alerts:
|
b3f1b28
to
204af41
Compare
6d6c274
to
7877fd5
Compare
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
…ue handling Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
…int with /plugins Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
…tion#267) Signed-off-by: Andrew Whitehead <[email protected]>
75a6e53
to
e3121b4
Compare
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.
Executed by Wade and the code worked. May not have improved the performance, but the new structure is better.
Approved.