This package allows searching for jobs in pending and completed states based on tags, similar to how it works for failed jobs. Hopefully, this is a temporary package until this PR laravel/horizon#1513 is merged.
ScreenCastLaravelHorizonTagSearchInPendingAndCompletedJobs.mp4
composer require mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs
If you have not yet installed Horizon, run php artisan horizon:install
- Overrides the frontend to enable searching through pending and completed jobs.
- Creates listeners for the JobPushed and JobDeleted events to add and remove jobs in pending tags.
- Overrides the pending and completed job controllers to allow searching within pending and completed jobs.
Laravel Horizon tag search in pending and completed jobs is open-sourced software licensed under the MIT license.