-
Notifications
You must be signed in to change notification settings - Fork 48
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
Improvements in maker app #324
Conversation
abd7019
to
9fa4951
Compare
9fa4951
to
e1c0526
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #324 +/- ##
==========================================
- Coverage 78.18% 74.34% -3.85%
==========================================
Files 32 32
Lines 4859 4073 -786
==========================================
- Hits 3799 3028 -771
+ Misses 1060 1045 -15 ☔ View full report in Codecov by Sentry. |
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.
Ack. Few nits.
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.
Below are some nits, modifications to be handled -> then it is green to go from my side.
Suggestions by @mojoX911 and @KnowWhoami addressed in 482e86d |
482e86d
to
3235739
Compare
8d47bd7
to
5f4b6f7
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.
Nit.
5f4b6f7
to
09718c6
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.
Ack 09718c6
This PR implements the improvements mentioned in #316 (review)
It names the recovery thread using the
name
API.This adds a couple of logs in fn
join_all_threads
, which would be helpful while debugging.