thinkphp 队列一直报超时问题 解决方案

[think\process\exception\Timeout]

The process ""/php" think queue:work --queue="aa" --delay=0 --memory=128 --sleep=3 --tries=0" exceeded the timeout of 60 seconds.

解决方案:问题在 think\queue\command\Listen 的 configure() 方法中,手动将这个 timeout 改了,问题就解决了。