yii2-queue
yii2-queue copied to clipboard
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
Fix 'Has not waited the lock' error. Tested at very high loads. | Q | A | ------------- | --- | Is bugfix? | yes | New feature? | no...
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 ###...
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...
fix #373
| 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...
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...
| Q | A | ------------- | --- | Is bugfix? | no | New feature? | yes | Breaks BC? | no | Tests pass? | yes | Fixed...
It would be useful to have a way to stop the job that's being executed, and then of course delete it.
Currently it fails GitHub actions. Need to fix that.