Skip to content

Instantly share code, notes, and snippets.

@Oranzh
Last active November 13, 2020 04:13
Show Gist options
  • Save Oranzh/46100cc7d307529f3c75fa139c94ca55 to your computer and use it in GitHub Desktop.
Save Oranzh/46100cc7d307529f3c75fa139c94ca55 to your computer and use it in GitHub Desktop.
Lumen 队列失败数据表failed_job问题
Lumen version 8.x
通过 php artsian queue:failed_job命令生成migration文件,表的数据结构和8.x文档给的不一致,需要手动修改
@Oranzh
Copy link
Author

Oranzh commented Nov 13, 2020

即使用的Reids Driver,失败的任务也会存到数据库

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment