laravel:horizon:metrics-and-dashboards
SkillMonitoring & opsOperate Horizon with confidence—naming, tags, concurrency, failure handling, actionable metrics, and dashboards
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the laravel:horizon:metrics-and-dashboards skill
What this skill tells your AI
The instructions your AI receives, as published by jpcaparas/superpowers-laravel in skills/horizon-metrics-and-dashboards/SKILL.md and read by ahel’s review.
Make queues observable and actionable via Horizon.
Naming & Tags
- Use named queues (e.g.,
high,default,low); route jobs intentionally - Tag jobs with domain identifiers (user ID, aggregate ID) for tracing
Workers & Concurrency
- Right‑size
--max-time,--tries,--backoff - Separate critical queues into dedicated supervisors
Failures
- Use
failed()method/logging with structured context - Idempotency—ensure safe retries (unique keys, upserts, guards)
Metrics & Dashboards
- Track: throughput, runtime distribution, retries, failure rate, time‑to‑handle
- Add health indicators for backlog and SLA thresholds
- Integrate with your APM where possible
Testing
- Use
Bus::fake()for dispatch assertions - Integration tests to verify side‑effects and tags
Signals
- GitHub stars
- 153
- Forks
- 2
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
laravel-horizon-metrics-and-dashboards- Source
- github.com/jpcaparas/superpowers-laravel