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

### Problem When a job is being executed all it gets is the [`$queue` instance](https://github.com/yiisoft/yii2-queue/blob/7a8db9a3a934924fe49601c45b31849323898794/src/Queue.php#L190). It would be nice if the job could also access its own `id`, `attempt` number,...

severity:BC breaking

### What steps will reproduce the problem? composer require pda/pheanstalk ### What's expected? Application builds ### What do you get instead? Class 'Pheanstalk\PheanstalkInterface' not found in vendor/yiisoft/yii2/di/Container.php:400 ### Additional info...

type:bug
help wanted

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' =>...

type:bug
status:to be verified

### What steps will reproduce the problem? I am using a redis queue. When the number of tasks in the queue exceeds 10,000, the worker gets the task very slowly,...

type:bug
status:to be verified

Hello! I've found that my queue is increasing very rapidly (based on Db driver), and that lead me on a thought - how would queue behave in that case? If...

status:under discussion

I have error when try delay 30 days in AMQP Interop driver and enqueue/amqp-bunny transport and rabbit with installed RabbitMQ Delayed Message Plugin. After inspect code and documentation i discover...

help wanted
type:docs
status:ready for adoption

| Q | A | ---------------- | --- | Yii version | 2.0.20 | PHP version | 7.3 | Operating system | Linux I am see #249, but I have...

status:to be verified

I learned that type of `$job` in `yii\queue\Queue::push($job)` can be mixed except `JobInterface` instance. That meaings I can pass any type of parameter like string,array or object to this method....

type:docs

现在 在 namespace Enqueue\AmqpTools;的RabbitMqDlxDelayStrategy下没设置,只能改这块的代码吗 ```php

status:to be verified

### What steps will reproduce the problem? ### What's expected? ### What do you get instead? ### Additional info | Q | A | ---------------- | --- | Yii version...

status:to be verified