# Horizon Status Analyzer PRO

Category Severity Time To Fix
✅ Reliability Major 5 minutes

Class: Enlightn\EnlightnPro\Analyzers\Reliability\HorizonStatusAnalyzer

# Introduction

This analyzer confirms that Horizon is currently running on your application.

# How To Fix

If you are using Supervisor, you can start the Horizon process worker with the following command:

sudo supervisorctl start laravel-worker:*

You may need to change the worker name above based on your Supervisor configuration.

You may also run Horizon in the foreground. This may be useful for development in local environments:

php artisan horizon

# Skip Condition

This analyzer is skipped if your application does not use Horizon.

# References