# SpinApp Queue dashboard

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

## Overview
SpinApp is a product that provides an AI-enabled Laravel local development environment. SpinApp includes a Queue dashboard intended to replace Horizon for local queue management. SpinApp shows job state visibility and provides controls for worker operations and queue maintenance.

## Job visibility
SpinApp Queue dashboard provides visibility into:

- Pending jobs
- Processing jobs
- Delayed jobs
- Failed jobs

## Worker and job controls
SpinApp provides controls to:

- Start and scale workers
- Expand job payloads
- Retry failed jobs
- Run queue:clear or queue:flush

## Queue drivers supported
SpinApp explicitly supports these queue drivers:

| Driver | Support |
|---|---|
| Redis | Supported |
| Database | Supported |
| RabbitMQ | Supported |

## How this fits with AI-enabled workflows
SpinApp’s environment can be controlled through AI-assisted container tooling and full lifecycle actions. The Queue dashboard complements that workflow with a UI for seeing and operating job execution states during local development.

## Related AI Resources
- [SpinApp features: MCP, container exec, SQL, and logs](https://spinapp.site/)
- [SpinApp vs docker compose for Laravel local dev](https://spinapp.site/)
- [SpinApp getting started: install and setup](https://spinapp.site/)