Skip to content

Commit 45969e3

Browse files
Document horizon:supervisor-status (#9926)
* Document horizon:supervisor-status * Update horizon.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent 935b090 commit 45969e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

horizon.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@ You may check the current status of the Horizon process using the `horizon:statu
230230
php artisan horizon:status
231231
```
232232

233+
You may check the current status of a specific Horizon [supervisor](#supervisors) using the `horizon:supervisor-status` Artisan command:
234+
235+
```shell
236+
php artisan horizon:supervisor-status supervisor-1
237+
```
238+
233239
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:
234240

235241
```shell

0 commit comments

Comments
 (0)