Skip to content

Commit

Permalink
Document horizon:supervisor-status (#9926)
Browse files Browse the repository at this point in the history
* Document horizon:supervisor-status

* Update horizon.md

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>
  • Loading branch information
mfrieswyk and taylorotwell authored Oct 2, 2024
1 parent 935b090 commit 45969e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions horizon.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ You may check the current status of the Horizon process using the `horizon:statu
php artisan horizon:status
```

You may check the current status of a specific Horizon [supervisor](#supervisors) using the `horizon:supervisor-status` Artisan command:

```shell
php artisan horizon:supervisor-status supervisor-1
```

You may gracefully terminate the Horizon process using the `horizon:terminate` Artisan command. Any jobs that are currently being processed will be completed and then Horizon will stop executing:

```shell
Expand Down

0 comments on commit 45969e3

Please sign in to comment.