yii2-queue
yii2-queue copied to clipboard
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
### 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,...
### 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...
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' =>...
[Redis]When the number of tasks in the queue exceeds 10,000, the speed is slow and errors may occur.
### 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,...
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...
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...
| Q | A | ---------------- | --- | Yii version | 2.0.20 | PHP version | 7.3 | Operating system | Linux I am see #249, but I have...
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....
现在 在 namespace Enqueue\AmqpTools;的RabbitMqDlxDelayStrategy下没设置,只能改这块的代码吗 ```php
### What steps will reproduce the problem? ### What's expected? ### What do you get instead? ### Additional info | Q | A | ---------------- | --- | Yii version...