-
-
Notifications
You must be signed in to change notification settings - Fork 669
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
feat(core): implement repeated backup. #3743
Conversation
|
|
f9bb3b1
to
39e10c4
Compare
2a9d92b
to
fc39cff
Compare
6dbb8c8
to
14ef89c
Compare
28066f6
to
1e6ed37
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.
partial review
actually scratch that, that is all from me but when this is done, the next step is rebasing on top of #3825 :( |
6558d37
to
bc813e0
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.
💯
77f12a6
to
a7bc7c2
Compare
that way it is possible to avoid restarting if we failed to find a handler for a message (makes it faster with no ill effects because "failed to find handler" (a) shouldn't happen and (b) doesn't cause any significant fragmentation)
74698af
to
1dd9d4a
Compare
1dd9d4a
to
307ef45
Compare
44c7ee2
to
4c7963a
Compare
4c7963a
to
3725617
Compare
QA OK Info:
|
Fixes #3640.