mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs

Append tags search for pending and completed jobs in Laravel Horizon.

v1.0.3 2024-11-13 11:06 UTC

This package is auto-updated.

Last update: 2024-11-13 11:08:51 UTC


README

Build Status Total Downloads Latest Stable Version License

Introduction

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.

Screencast

ScreenCastLaravelHorizonTagSearchInPendingAndCompletedJobs.mp4

Installation

composer require mvd81/laravel-horizon-tag-search-in-pending-and-completed-jobs

If you have not yet installed Horizon, run php artisan horizon:install

What this package does

  • 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.

License

Laravel Horizon tag search in pending and completed jobs is open-sourced software licensed under the MIT license.