-
Notifications
You must be signed in to change notification settings - Fork 105
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
fix(core): Allow waking the same message between waits #3475
Conversation
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.
Up to now seems ok. Need to implement migrations.
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.
- You don't need to store awakening at all
- You need runtime migrations
Rebase this properly to master to remove all the commits above |
Co-authored-by: Arsenii Lyashenko <[email protected]>
Co-authored-by: Arsenii Lyashenko <[email protected]>
Co-authored-by: Arsenii Lyashenko <[email protected]>
Co-authored-by: Dmitry Novikov <[email protected]>
Co-authored-by: Dmitry Novikov <[email protected]>
Co-authored-by: Dmitry Novikov <[email protected]>
Reviewer has already took place in a code editing
Co-authored-by: Arsenii Lyashenko <[email protected]> Co-authored-by: Dmitry Novikov <[email protected]>
Resolves #2763
@reviewer-or-team