RFC - Implement Failed Job Admin
还没有人认领这个 Issue。
- 主要语言
- PHP
- 星标
- 36
- 派生
- 22
- 平均合并
- 20 小时 36 分钟
- 30 天内合并 PR
- 2
描述
It might be nice to implement a job admin panel that lists all failed jobs. This could be done by having custom middleware/listeners that push the failed jobs into a database table, and then a basic page to view said jobs. We would also need a migration for creating that table, and ideally this would be something a user could generate for use with their app vs coming built-into the queue plugin.
I think @dereuromark has an example here, though in his case it also allows viewing more info about all jobs since they are all queued to the database.
In the future, we might even be able to expose other functionality/metrics in such an admin - this might involve work upstream to get the proper interfaces exposed - but I think starting here would be good enough :)
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读所引用的 dereuromark/cakephp-queue 文档和 docs/admin-backend 示例,并将其方法与此插件的队列接口进行比较。定义一个涵盖失败作业存储、migration 和用户生成的管理页面的最小首个里程碑;应在实现前就“done”的标准达成一致。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- php
- 领域
- backend, database
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100