yii2-queue
yii2-queue copied to clipboard
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
I want to fetch a particular job ID from the queue table and run that JOB ID. ### Additional info | Q | A | ---------------- | --- | Yii...
Why are environment variables not passed to the created process?! https://github.com/yiisoft/yii2-queue/blob/726a4fd55aecb4ccefd4957b42d28d35c3ea653e/src/cli/Command.php#L185 I use the vlucas/phpdotenv library and my entire database connection configuration is in environment variables. Why can’t you pass...
### What steps will reproduce the problem? I am using this config: 'components' => [ ... 'queue' => [ 'class' => '\yii\queue\db\Queue::class', 'as log' => \yii\queue\LogBehavior::class, 'db' => 'db', 'tableName'...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | add pcntl_signal_dispatch after...
Version: 2.3.5 Hello, during the review of the code I encountered this issue, that could be a problem for someone with a lot of jobs in the queue: the yii\queue\db\Queue...
I want to make each retry attempt each time more delayed. However, I could not do it, because there is no `delay` property in ErrorEvent: ```php Yii::$app->queue->on(Queue::EVENT_AFTER_ERROR, function (ErrorEvent $event)...
In Yii2.0.10, the yii-queue used is version 2.0.0 The getWorkersInfo method in the directory yii2 queue/src/drivers/redis/InfoAction.php will generate an abnormal error message with $data=$this ->queue ->redis ->clientList(), as shown in...
### What steps will reproduce the problem? Succesfully run a heavy job (about 10-20 mins) ### What's expected? Job is released (row is deleted from DB table) ### What do...
### What steps will reproduce the problem? I have a fifo queue on AWS SQS service. When I try to queue an element to the queue, I receive this error...