-
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 #30081
Comments
I sometimes have the same issue... #29969 |
Did you updated your code? You should always restart horizon when code changes during deployment. |
For me it seems to happen after a job has failed. With or without horizon I get this error sometimes |
@it-can did you try one of the support channels like I asked in the issue? |
there are multiple people now also having this issue. It seems to happen on v6 on laravel, before no problems at all with 5.6 - 5.8 for me... Nothing changed in my queue jobs whatsoever, only upgraded to v6. Also happens with Horizon or without Horizon... Have multiple projects that generate this error when a job fails and is resubmitted I think... |
@it-can can you please try on a support channel first? |
nevermind |
This problem has not been fixed in the 6.x branch, can you still release the version here? |
@cloud-arrow 6.x isn't supported anymore sorry. Please upgrade to v10 |
Laravel Version: 6.0.3
PHP Version: 7.3
Database Driver & Version: mariadb / Redis 5.0.5 / phpredis
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: