You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #51263 [Scheduler] Add --all to debug:schedule (fabpot)
This PR was merged into the 6.4 branch.
Discussion
----------
[Scheduler] Add --all to debug:schedule
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets | n/a
| License | MIT
| Doc PR | n/a
If you have many terminated recurring messages, it pollutes the output. As this command displays the future next date run, I propose to remove terminated messages from the output. The `--all` option allows you to display them all.
Commits
-------
a120c04 [Scheduler] Add --all to debug:schedule
0 commit comments