-
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
ERROR: Undefined offset: 1 when run queue:work #23756
Comments
Hi, I experienced the same bug. |
pdavide
added a commit
to pdavide/framework
that referenced
this issue
Mar 30, 2018
When using phpredis, `blpop` returns an empty array if no elements are found in the list. This can be easily deduced looking at [this test](https://github.com/phpredis/phpredis/blob/300c72510c48e210338826b713f260a4eda8abc7/tests/RedisTest.php#L833). Fix laravel#23756.
taylorotwell
pushed a commit
that referenced
this issue
Mar 31, 2018
When using phpredis, `blpop` returns an empty array if no elements are found in the list. This can be easily deduced looking at [this test](https://github.com/phpredis/phpredis/blob/300c72510c48e210338826b713f260a4eda8abc7/tests/RedisTest.php#L833). Fix #23756.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
After run
php artisan queue:work
I see the following error every 7 seconds in my log:It does not affect worker but looks ugly.
The text was updated successfully, but these errors were encountered: