yii2-queue
yii2-queue copied to clipboard
add pcntl_signal_dispatch after job finish for php extension
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | add pcntl_signal_dispatch after job finish for php extension |
PR Summary
- Package Name Change Changed the package name from yiisoft/yii2-queue to dimanzver/yii2-queue to use a different source for the queue component
Look now - I reworked logic
No need to change the package name yiisoft/yii2-queue
=> dimanzver/yii2-queue
in composer.json
. Please roll back this change
@dimanzver i still don’t understand what problem is being solved. can you describe your problem in more detail? It would be better to include tests