Horizon On this page Usage This check will make sure Horizon is running. It will report a warning when Horizon is paused, and a failure when Horizon is not running. ##Usage Here's how you can register the check. use Spatie\Health\Facades\Health; use Spatie\Health\Checks\Checks\HorizonCheck; Health::checks([ HorizonCheck::new(), ]); Flare error count MeiliSearch Help us improve this page