-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
[6.0] Bug Redis queue #29969
Comments
Hey there, Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue. Thanks! |
Mmm an other server / project now also gives the same error, without Horizon...
|
Seems to have changed with this commit 44860e5#diff-a91897fc4579ed0cb9b3c4f187e53372 maybe @halaei can take a look? |
@it-can The commit is for Laravel 5.8. The only reason for your issue I can think of is that have recently you upgraded from laravel <= 5.7.* to 6.0 but forgot to terminate horizon. So some old code are executed by workers. If that is the case, it should go away after horizon:terminate / restarting workers. |
@halaei no not the case, was a 5.8 project without horizon upgraded to 6.0 and added horizon. Also a other project upgraded from 5.8 to 6 without Horizon sometimes gives the same error... |
Description:
I had a couple of queue jobs failed in Horizon (with redis) and when I resubmitted them via Horizon I got an error from Bugsnag. This wont stop until I restarted the Horizon worker...
https://github.com/laravel/framework/blob/6.x/src/Illuminate/Queue/RedisQueue.php#L230
The text was updated successfully, but these errors were encountered: