[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "'/www/server/php/74/bin/php' 'think' 'queue:work' 'redis' '--once' '--queue=gb_queue' '--delay=0' '--memory=128' '--sleep=3' '--tries=0'" exceeded the timeout of 60 seconds.
总是报错队列提示超时,导致很多队列执行非常慢,比如发送优惠券10点发起的发送优惠券要过几个小时才能执行,请问如何查看是哪个队列超时了,要如何优化呢?