srinathreddydudi/failed-jobs
最新稳定版本:v1.0.0
Composer 安装命令:
composer require srinathreddydudi/failed-jobs
包简介
A filament package to easily retry and prune failed jobs
README 文档
README
Warning
This package moved to binarybuilds/filament-failed-jobs
A Filament Plugin to Retry and manage failed jobs
This plugin provides a failed jobs resource which can be used to retry and manage laravel failed queue jobs.
Installation
You can install the plugin via composer:
composer require srinathreddydudi/failed-jobs
Usage
Register the plugin in your panel service provider as
$panel->plugin(FailedJobsPlugin::make());
Important
If you are using laravel horizon, Instruct the plugin by chaining the ->usingHorizon() method.
Retrying Failed Jobs
You can retry failed jobs each one separetely using the retry action next to each job, or bulk retry by selecting multiple jobs and then using the bulk options' menu. You can also use the global retry action to retry all failed jobs or jobs from a specific queue.
Filtering Jobs
This plugin by default comes with the following filters which you can use to filter failed jobs.
- Connection
- Queue
- Job
- Failed At
Pruning Jobs
If you have too many stale failed jobs, You can use the global prune jobs action to prune stale failed jobs. This action will prompt you to input the hours to retain the failed jobs. Any failed jobs that are older than the given hours will be pruned.
For example, If you enter 12 hours, It will prune all failed jobs which are older than 12 hours.
Customization
This plugin works out of the box and adds a Failed Jobs resource to your admin panel. You can customize the
display if needed.
Remove connection column from index table
Most of the applications do not leverage more than one queue connection. So it would be clean to hide the connection
column in this case. You can do so by chaining the hideConnectionOnIndex method as below.
FailedJobsPlugin::make()->hideConnectionOnIndex()
Remove queue column from index table
Similarly, if your application only pushes to the default queue, You can hide the queue column by chaining the hideQueueOnIndex method as below.
FailedJobsPlugin::make()->hideQueueOnIndex()
Change filters layout
This plugin comes with a few filters to help you easily filter failed jobs. If you would like to change how the
filters are displayed, You can do so by chaining filtersLayout method which
accepts Filament\Tables\Enums\FiltersLayout parameter.
FailedJobsPlugin::make()->filtersLayout(FiltersLayout::AboveContent)
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
srinathreddydudi/failed-jobs 适用场景与选型建议
srinathreddydudi/failed-jobs 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 4 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 09 月 30 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「filament」 「queued jobs」 「failed jobs」 「srinathreddydudi」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 srinathreddydudi/failed-jobs 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 srinathreddydudi/failed-jobs 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 srinathreddydudi/failed-jobs 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A filament package to easily retry and prune failed jobs
Silverstripe Module to facilitate complext queued jobs / cron jobs to run.
Provides a GridField button to queue the export to a CSV, good for handling large datasets
Alfabank REST API integration
Database-driven onboarding for Filament: progress checklists and guided spotlight tours, translatable to any locale.
Laravel provider for sending sms messages by SMS-assistent.by
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 17
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-30



