-
Notifications
You must be signed in to change notification settings - Fork 925
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
chore(nodebuilder): timeouts, errors and logs #2125
Conversation
So this actually fixed bootstrapper, as it didn't have enough time to Start. |
Codecov Report
@@ Coverage Diff @@
## main #2125 +/- ##
==========================================
- Coverage 55.48% 55.46% -0.03%
==========================================
Files 209 209
Lines 13324 13329 +5
==========================================
Hits 7393 7393
- Misses 5188 5192 +4
- Partials 743 744 +1
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Squeezing in one more change related to fx logging. We now can see fx event logs by simply enabling Debug level for |
Was originally for debugging purposes but actually solved the issue. The bootstrapper with a corrupted DAGstore state was not able to start quickly enough.
Ideally, we should make this value configurable(#2126)