[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點發起的發送優惠券要過幾個小時才能執行,請問如何查看是哪個隊列超時了,要如何優化呢?