← Volver a links
#Awesome Horizon
Awesome Horizon
Curated list of awesome Laravel Horizon related resources
#Awesome Horizon 
A curated list of awesome Laravel Horizon-related resources
- Horizon official web site
- Skyline - A commercial drop-in replacement with better visibility and operational controls.
#Blog posts
- Laravel Background Jobs: 12 Best Practices for Production Queues
- Scaling Laravel queues in production: Horizon, Redis, and multi-server workers
- Rate-Limited APIs and Laravel Queues: One Request at a Time, Without Starving the Rest
- Laravel Job timeout vs retry_after: The Ordering Rule Nothing Enforces
- Laravel Horizon Queue Balancing: Idle Workers vs. Starved Queues
- Logarithmic auto-scaling for Laravel Horizon
- Laravel Job Uniqueness Controls
- Laravel Cloud Managed Queues vs Horizon: What You Give Up and What You Get
- A Series of Unfortunate Jobs - Laravel queue gotchas
#Queue drivers
- kafka-queue - Laravel Kafka Queue connection with Horizon support.
- laravel-queue-rabbitmq - RabbitMQ driver for Laravel Queue with Horizon support.
#Dashboards and dashboard improvements
- deck - Job-class observability and safe cancellation for Laravel apps running Horizon.
- horizon-delayed-jobs - Delayed jobs view (scheduled / retries) for Laravel Horizon.
- Horizon new dawn - A React and Inertia interface for Laravel Horizon.
- Horizon hub - Centralized dashboard for monitoring Laravel Horizon jobs across multiple services.
- laravel-queue-insights - Self-hosted, driver-agnostic queue observability for Laravel.
- laravel-horizon-running-jobs - Monitor currently running jobs in Laravel Horizon.
- laravel-horizon-job-output - Give a queued job the same output API an Artisan command has, and watch it live on the Horizon job details page.
- laravel-horizon-tag-search-in-pending-and-completed-jobs - Allows searching in pending and completed jobs.
- horizon-ui - Fully-featured Horizon dashboard
- horizon-config-tags - Allows to configure monitored tags in the code.
- Grafana dashboard for Horizon
#Horizon alternatives
- laravel-zenith - Laravel Horizon for database-backed queues — real-time dashboard and worker management for the database queue driver.
- JobWarden - A database-backed alternative to Horizon.
- Moox jobs - Filament plugin for managing job queues, failed jobs and batches.
- station - A Laravel Horizon alternative with RabbitMQ support, multi-driver architecture, advanced job recovery capabilities, and a modern Vue 3 dashboard.
- periscope - Universal queue monitor and manage for Laravel — a driver-agnostic alternative to Horizon. Redis, database, SQS, Beanstalkd.
- Laravel Queue Monitor - Monitoring Laravel Jobs with your Database
#Other
- laravel-balanced-queue - A Laravel package for queue management with load balancing between partitions (user groups). Perfect for scenarios where you need fair job distribution and concurrency control per user/tenant.
- laravel-horizon-cluster - Laravel Horizon - Redis Cluster Support.
- horizon-cluster-scaling - Makes Laravel Horizon cluster-aware by dynamically adjusting minProcesses and maxProcesses based on the number of active master supervisors across your server cluster.
- laravel-dynamic-horizon - Dynamic supervisors(consumers) & queues for the laravel horizon.
- horizon-telemetry - An Opentelemetry instrumentation for Laravel Horizon.
- laravel-horizon-advanced - AI skill for configuring jobs and queues.
#Discontinued projects
- horizon-extended-dashboard - An extended dashboard for Laravel Horizon written using Livewire.