yii2-queue
yii2-queue copied to clipboard
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
Hi, I'm asking once more for this. As you can see #62 was closed without a real answer, because buring jobs is part of Beanstalkd core and it's a common...
mysql driver implement job priority but it doesnt support by redis yet. can you please implement it for redis and may be other driver please?
Some of drivers support priority queues. But priority values for different drivers are not compatible. I used DB driver and had this code for high priority tasks: ~~~php Yii::$app->queue->priority(0)->push($someJob); ~~~...
Please add a interface that could use DI and not the service locator
I'd like to use this extension to handle mail queue, but because each job is processed separately, this becomes really slow if I send emails by SMTP (each job negotiates...
### What steps will reproduce the problem? Try to serialize an active record which has a datetime column with its default value ### What's expected? Serialize the object and then...
supervisor numprocs = 10 queue->delay(10)->push(new xxJob()); The execution was recorded in the task, and a review of the log revealed that it was executed 10 times in parallel ### What...
### What steps will reproduce the problem? Run queue by screen with "queue/listen --verbose" ### What's expected? The queue keeps run smooth ### What do you get instead? Symphony exception...
## Main changes - The minimum supported PHP version is 8.1 - Added `psalm` for static code analysis. Error level set to 1 - Added strict typing - The `pda/pheanstalk`...
### What steps will reproduce the problem? place queue in before save ### What's expected? yii queue\info is filled ### What do you get instead? yii queue\info is 0 ###...