-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pallet-scheduler: Put back postponed tasks into the agenda (#7790)
Right now `pallet-scheduler` is not putting back postponed tasks into the agenda when the early weight check is failing. This pull request ensures that these tasks are put back into the agenda and are not just "lost". --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Guillaume Thiolliere <[email protected]> Co-authored-by: Alexandre R. Baldé <[email protected]>
- Loading branch information
1 parent
945e5fe
commit 00d8eea
Showing
4 changed files
with
63 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: 'pallet-scheduler: Put back postponed tasks into the agenda' | ||
doc: | ||
- audience: Runtime Dev | ||
description: "Right now `pallet-scheduler` is not putting back postponed tasks into\ | ||
\ the agenda when the early weight check is failing. This pull request ensures\ | ||
\ that these tasks are put back into the agenda and are not just \"lost\".\r\n" | ||
crates: | ||
- name: pallet-scheduler | ||
bump: patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters