laravel 4 队列使用beanstalkd,如何在failed时记录到failed_job表

使用supervisor监听队列的job,
phpartisanqueue:listen--timeout=0
使用
phpartisanqueue:failed-table
建立了失败的队列记录,但是现状是失败的总是在重复执行,并没有写入到failed_job
laravel文档中有
phpartisanqueue:listenconnection-name--tries=3
connection-name指的是什么?
phpartisanqueue:listen--timeout=0--tries=3时,队列执行报错
exception'Swift_TransportException'withmessage'Expectedresponsecode250butgotcode"",withmessage""'
这些问题该怎么解决?
千万里不及你
浏览 361回答 2
2回答

九州编程

config/queue.php里的connections配置中,sync,beanstalkd,sqs等就是那个connection-name。
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript