-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
horizon:restart command fails #1388
Comments
Thanks @sebastiaanluca. Assigning @nunomaduro here. |
The command |
After some thorough research (finding the command in our own codebase), I must conclude that's exactly the case 😆 Sorry all, didn't pay much attention here. The exceptions linked directly to Horizon without any trace of our command, so skipped that check. Do agree with #1387 (comment) here a bit, it could be considered a breaking change. |
Hey @sebastiaanluca, please see my reply here: #1387 (comment) |
Horizon Version
5.23.0
Laravel Version
10.44.0
PHP Version
8.2.15
Redis Driver
PhpRedis
Redis Version
2.2.2
Database Driver & Version
mysql Ver 8.1.0 for macos14.0 on arm64 (Homebrew)
Description
It seems #1387 broke the output of the
php artisan horizon:restart
command (and maybe others).We restart Horizon every so often via a scheduled job and after the update from yesterday we've been getting these in production. So it's interpreting the status message as output instead of the status code?
Confirmed it still works on v5.22.1.
The exceptions:
Steps To Reproduce
In one terminal shell:
In another:
The text was updated successfully, but these errors were encountered: