Skip to content

Commit a70cbd2

Browse files
committed
Fix README: completed jobs also don't show in Horizon
1 parent d4b1d2b commit a70cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,10 @@ Add a supervisor for balanced queue in `config/horizon.php`:
224224
| Feature | Status | Notes |
225225
|---------|--------|-------|
226226
| Job execution | Works | Jobs execute normally through Horizon workers |
227-
| Completed jobs list | Works | Shows in Horizon dashboard after completion |
228227
| Failed jobs list | Works | Failed jobs appear in Horizon |
229228
| Worker metrics | Works | CPU, memory, throughput visible |
230229
| **Pending jobs count** | **Doesn't work** | Horizon shows 0 pending |
230+
| **Completed jobs list** | **Doesn't work** | Use Prometheus/Grafana for metrics |
231231
| **horizon:clear** | **Doesn't work** | Use `balanced-queue:clear` instead |
232232

233233
**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

Comments
 (0)