log 没有记录不执行原因,该怎么排查问题呢?
1
vainl1 2017-11-06 11:35:42 +08:00
xdebug 断点追踪看看? 另外如果用 phpstorm 的话,有详细的配置调试教程: https://www.jetbrains.com/help/phpstorm/debugging-with-phpstorm-ultimate-guide.html
|
2
gouchaoer 2017-11-06 11:42:03 +08:00
个人觉得 yii2-queue 把问题复杂化了,有任务直接 push 到 redis 的 list 里面,然后在 cron 里面直接 pop 任务执行就完了,非要搞得那么复杂
|
3
Immortal 2017-11-06 11:49:12 +08:00
同意 2 楼
|