Skip to content

Basic Usage

Basic Usage

Day-to-day usage of Queue Autoscale for Laravel, from install to alerting.

Start here (in this order)

  1. Installation — install and publish config
  2. Quick Start — get one queue autoscaled in 5 minutes
  3. Queue Topology — when to use per-queue vs. groups vs. exclusive vs. excluded
  4. Configuration — the full config reference (only when you outgrow the defaults)

Most-used recipes

Running in production

  • Deployment — platform-specific guides (self-hosted VPS, Forge, Ploi, Docker)
  • Monitoring — what to watch, what's normal
  • Failure Fuse — the circuit breaker that stops the autoscaler scaling into a downstream outage
  • Cluster Scaling — run multiple autoscale managers with Redis-backed coordination
  • Troubleshooting — symptom → diagnosis → fix
  • Performance — tuning knobs that matter

Going deeper