Checking status of Horizon in Laravel

Just found out about this with Horizon. I’m not that familiar with using Horizon before and was trying to find how to check the status and what it means online. Majority of what I found was that when we check the status of horizon with

artisan horizon:status

and we get a

Horizon is inactive

that means its not running at all.

But if we get

Horizon is running

that would mean it was indeed running 🙂

It was at Laravel 8.x so right now Laravel is at 10.x (i think) it might have changed, but just in case you using Laravel 8 then I hope this helps you in some way.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *