You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Pending jobs count**|**Doesn't work**| Horizon shows 0 pending |
230
+
|**Completed jobs list**|**Doesn't work**| Use Prometheus/Grafana for metrics |
231
231
|**horizon:clear**|**Doesn't work**| Use `balanced-queue:clear` instead |
232
232
233
233
**Why?** Balanced Queue uses a different Redis key structure (partitioned queues) than standard Laravel queues. Horizon expects jobs in `queues:{name}` but we store them in `balanced-queue:{queue}:{partition}`.
0 commit comments