Laravel Horizon is a monitoring and metrics collection and visualization tool for Laravel applications that utilize the framework's queue API. Horizon provides a web-based frontend that displays information about enqueued, processed, and failed jobs.
Laravel Horizon is tool created by the authors of the Laravel PHP Framework for the purpose of monitoring queue metrics and job health in applications that use the framework's queue API.
Horizon includes a background service that collects performance metrics and balances worker processes across queues. The web-based dashboard displays the status of jobs in an application's queue, debugging information for failed jobs, and aggregated performance information.
The current version supports queues that use a Redis backend.