-
Notifications
You must be signed in to change notification settings - Fork 804
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
process enqueued messages on idle #3844
process enqueued messages on idle #3844
Conversation
The CI pipeline was cancelled due to failure one of the required jobs. |
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.
🚀
Also needs a prdoc. (e.g. https://github.com/paritytech/polkadot-sdk/blob/master/prdoc/pr_3696.prdoc) |
8342947
This will make it possible to use remaining weight on idle for processing enqueued messages. More context here paritytech#3709 --------- Co-authored-by: Adrian Catangiu <[email protected]>
Also mention paritytech/polkadot-sdk#3844
Also mention paritytech/polkadot-sdk#3844 Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
🚨 Bug Alert: This change was found to introduce an issue. Please ensure that you either have this fix applied #6205 or disable it by setting
IdleMaxServiceWeight = ()
.This will make it possible to use remaining weight on idle for processing enqueued messages.
More context here #3709