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
12.x scheduled task failed not dispatched on scheduled task failing (#55572)
* Enhance ScheduleRunCommand to dispatch failure events and add integration test
- Updated `ScheduleRunCommand` to dispatch `ScheduledTaskFailed` event when a scheduled command fails.
- Added handling for exit codes to improve error reporting.
- Introduced `ScheduleRunCommandTest` to verify that failure events are dispatched correctly for failing scheduled tasks.
* Enhance ScheduleRunCommand to dispatch failure events and add integration test
- Updated `ScheduleRunCommand` to dispatch `ScheduledTaskFailed` event when a scheduled command fails.
- Added handling for exit codes to improve error reporting.
- Introduced `ScheduleRunCommandTest` to verify that failure events are dispatched correctly for failing scheduled tasks.
* Enhance ScheduleRunCommand to dispatch failure events and add integration test
- Updated `ScheduleRunCommand` to dispatch `ScheduledTaskFailed` event when a scheduled command fails.
- Added handling for exit codes to improve error reporting.
- Introduced `ScheduleRunCommandTest` to verify that failure events are dispatched correctly for failing scheduled tasks.
* remove the test class as it's not consistent due to the event scheduling testing complication
* remove the test class as it's not consistent due to the event scheduling testing complication
* formatting
---------
Co-authored-by: Taylor Otwell <[email protected]>
0 commit comments