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
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[Scheduler] `debug:schedule` refinements
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Followup to #49795
| License | MIT
| Doc PR | n/a
Some fixes/refinements to the output:
1. If the message is an envelope, unwrap
2. prefix stringable message/trigger with short class name
```
--------------------------- -------------------------------------- ---------------------------
Message Trigger Next Run
--------------------------- -------------------------------------- ---------------------------
DoSomething: do something CronExpressionTrigger: * * * * * 2023-03-25T08:03:00-04:00
--------------------------- -------------------------------------- ---------------------------
```
Commits
-------
8396210 [Scheduler] `debug:schedule` refinements
0 commit comments