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

See #449

type:bug

Fix 'Has not waited the lock' error. Tested at very high loads. | Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no...

status:code review

I ask to **Write it down that library can't handle parallel workers** when redis driver used. ### What steps will reproduce the problem? Run few workers with redis driver ###...

type:docs
status:to be verified

We recently switched to yii2-queue and noticed that failed jobs was removed once it reached max retry count. Sometimes job fails due to bugs in code instead of external resource...

type:feature

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #373

### What steps will reproduce the problem? * set ttr=5 , one job sleep 10s * use supervisor start 10 worker to handle jobs * push 100 job to queue...

help wanted
status:to be verified

How to solve? Or may be im doing something wrong? if set `numprocs=1` in supervisor config - no errors! ### What steps will reproduce the problem? config from `common/config/main.php` ```php...

type:bug

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

type:enhancement
status:code review

It would be useful to have a way to stop the job that's being executed, and then of course delete it.

type:feature

Currently it fails GitHub actions. Need to fix that.

help wanted
status:ready for adoption
type:test