-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
bug A non-numeric value encountered in vendor/yiisoft/yii2-queue/src/drivers/redis/Queue.php:107 #218
Comments
https://github.com/yiisoft/yii2-queue/blob/2.0.2/src/drivers/redis/Queue.php#L107 |
Thanks for posting in our issue tracker.
Thanks! This is an automated comment, triggered by adding the label |
It has been 2 or more weeks with no response on our request for more information. If you want it to be reopened again, feel free to supply us with the requested information. Thanks! This is an automated comment, triggered by adding the label |
I have same issue yii2-queue/src/drivers/redis/Queue.php Line 153 in c9ba0cb
|
Any idea when/why? |
for some reason payload is empty |
We should not assume incorrect payload could be processed... |
aaaaaand now I cannot reproduce it the way I literally could reproduce it 100% of the time an hour back.... |
enviroment: PHP7, yii2 basic.
I config "redis" to using as queue.
In file: config/console and config/web
'redis' => [
'class' => 'yii\redis\Connection',
'hostname' => '192.168.146.252',
'port' => 8002,
'database' => 0,
'password' => '123456a@',
],
'queue' => [
'class' => \yii\queue\redis\Queue::class,
'redis' => 'redis', // Redis connection component or its config
'channel' => 'queue', // Queue channel key
],
After I run: php yii queue/listen
I see "A non-numeric value encountered in vendor/yiisoft/yii2-queue/src/drivers/redis/Queue.php:107"
The text was updated successfully, but these errors were encountered: