I have started Laravel Horizon using php artisan horizon
but the dashboard status says Inactive
. Also, none of the processed queues appear on the dashboard.
I checked my supervisor (one):
+--------------------------------------+-------+---------+-------------------+-----------+
| Name | PID | Status | Workers | Balancing |
+--------------------------------------+-------+---------+-------------------+-----------+
| Macbook-Work.local-6hoI:supervisor-1 | 14480 | running | redis:default (3) | simple |
+--------------------------------------+-------+---------+-------------------+-----------+
All jobs are actually processed:
Horizon started successfully.
[2018-01-07 22:39:39] Processing: app\Events\GameResultEvent
[2018-01-07 22:39:39] Processed: app\Events\GameResultEvent
[2018-01-07 22:39:39] Processing: app\Events\GameResultEvent
[2018-01-07 22:39:39] Processed: app\Events\GameResultEvent
Why are my jobs not appearing in the Laravel Horizon dashboard?