yii2-queue icon indicating copy to clipboard operation
yii2-queue copied to clipboard

Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman

Results 78 yii2-queue issues
Sort by recently updated
recently updated
newest added

Exception 'yii\redis\SocketException' with message 'Failed to read from socket. Redis command was: ZREM cst-group-dataImportQueue2.reserved 99' in /mnt/hgfs/www/cst-group-new/vendor/yiisoft/yii2-redis/src/Connection.php:778 Stack trace: #0 /mnt/hgfs/www/cst-group-new/vendor/yiisoft/yii2-redis/src/Connection.php(763): yii\redis\Connection->parseResponse(Array, '*3\r\n$4\r\nZREM\r\n$...') #1 /mnt/hgfs/www/cst-group-new/vendor/yiisoft/yii2-redis/src/Connection.php(746): yii\redis\Connection->sendCommandInternal('*3\r\n$4\r\nZREM\r\n$...', Array) #2 /mnt/hgfs/www/cst-group-new/vendor/yiisoft/yii2-redis/src/Connection.php(683): yii\redis\Connection->executeCommand('ZREM',...

help wanted
status:to be verified

### Just a regular case of using queue. ### Normal behavior, with no worker hanging. ### I get MySQL server has gone away. `yii queue/listen --verbose --color --isolate=0` if I...

### What steps will reproduce the problem? I set parameter ttr=7200, seconds。 I found a strange phenomenon that the task was not wrong but it was executed after 7200 seconds....

help wanted
status:need more info

Push in left and pop from right Without this we can have Live Lock because some Jobs added first never wil be attendend if new jobs won't stop arriving |...

| Q | A | ------------- | --- | Is bugfix? | yes | New feature? | yes | Breaks BC? | yes | Tests pass? | yes | Fixed...

type:bug

change the job id to be something that are not stored in redis, so that we can still push a job from inside a multi block | Q | A...

type:enhancement
pr:request for unit tests

If I have code that look like this: ```php

type:enhancement

If we can use UUID as the ID of the queue, I think we can use MULTI COMMAND in the redis driver to make the performance better

type:enhancement
status:under discussion

Maybe drivers should only deal with message sourcing and sinking and create new class definitions that are executors That way one could implement more executors. I have issue that I...

status:under discussion

### What steps will reproduce the problem? Trying push message to queue from job. ```php class NotificationJob extends BaseObject implements JobInterface { public function execute($queue) { $instances = $this->getInstances(); foreach...

status:to be verified