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
fix: schedule:test on commands using runInBackground (#54321)
Force to run the selected command in the foreground.
The `artisan schedule:test` command exited immediately after invocation
and the selected command did not start if it uses `->runInBackground()`.
If `->withoutOverlapping()` is used too, the mutex would not be removed
and blocks any further execution without any user facing notice.
0 commit comments