Yii2 Queue队列

github地址:https://github.com/yiisoft/yii2-queue

问题:https://github.com/yiisoft/yii2-queue/issues

Jobs object的问题: https://github.com/yiisoft/yii2-queue/issues/193

http://www.yiichina.com/extension/1084

此命令在循环中获得并执行任务,直到队列为空:

yii queue/run

  

这个命令启动一个守护进程,它无限地查询队列:

yii queue/listen

  

原文地址:https://www.cnblogs.com/cxscode/p/8717366.html