-
Notifications
You must be signed in to change notification settings - Fork 516
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
Dispatcher queue improvements #287
Dispatcher queue improvements #287
Conversation
andrewwhitehead
commented
Nov 29, 2019
•
edited
Loading
edited
- Add environment variable for adjusting maximum active dispatcher tasks
- Track dispatcher timing via its task queue and log time spent in queue
- Fix issue with empty TaskQueue evaluating as false
Codecov Report
@@ Coverage Diff @@
## master #287 +/- ##
==========================================
+ Coverage 86.25% 86.26% +0.01%
==========================================
Files 232 232
Lines 10781 10862 +81
==========================================
+ Hits 9299 9370 +71
- Misses 1482 1492 +10 |
72f3d02
to
3ce83b2
Compare
- Built off openwallet-foundation/acapy#287 - Specifically https://github.com/andrewwhitehead/aries-cloudagent-python/tree/3ce83b2c5392538724bdaf09314aac0c252268fa Signed-off-by: Wade Barnes <[email protected]>
- Build off openwallet-foundation/acapy#287 Signed-off-by: Wade Barnes <[email protected]>
I'm still running performance (scaling) test on this, but it's been stable and has resolved the issues I reported regarding agents getting into a bad state; #280 |
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
Signed-off-by: Andrew Whitehead <[email protected]>
…ime spent in queue Signed-off-by: Andrew Whitehead <[email protected]>
3ce83b2
to
65ee313
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.
Wade has been running this in prod.