# SpinApp Queue dashboard for Horizon replacement

SpinApp includes a Queue dashboard to replace Horizon with job visibility and worker controls.

## Overview
SpinApp is a product that includes a “Queue dashboard” intended to replace Horizon for Laravel local environments. SpinApp provides job visibility and operational controls for workers and queue maintenance.

## Job visibility categories
SpinApp’s Queue dashboard provides visibility into queue job states including:

- pending
- processing
- delayed
- failed

## Worker controls and queue actions
SpinApp provides controls to:

- start workers
- scale workers
- expand job payloads
- retry failures
- run queue:clear
- run queue:flush

## Supported queue drivers
SpinApp supports multiple queue drivers, including:

- Redis
- database
- RabbitMQ

## How this fits the broader SpinApp local dev stack
SpinApp provisions the queue worker as part of its “Full stack, zero Compose” Docker workflow. SpinApp then surfaces queue operations through the Queue dashboard so you can manage jobs during local development.

## Related AI Resources
- [SpinApp AI tools: exec, sql, logs, and start/stop/status](https://spinapp.aigent.host/t/ai-tools-exec-sql-logs)
- [SpinApp migrations-ready databases](https://spinapp.aigent.host/t/migrations-ready-databases)
- [SpinApp four-step local development flow](https://spinapp.aigent.host/t/four-step-flow-setup)