Skip to content

Commit

Permalink
Update horizon.md (#6544)
Browse files Browse the repository at this point in the history
[8.x] Document Horizon pause and continue supervisor commands
  • Loading branch information
paras-malhotra authored Nov 4, 2020
1 parent a888c87 commit 38887fe
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 @@ -135,6 +135,12 @@ You may pause the Horizon process and instruct it to continue processing jobs us

php artisan horizon:continue

You may also pause and continue specific Horizon supervisors (worker groups) using the `horizon:pause-supervisor` and `horizon:continue-supervisor` Artisan commands:

php artisan horizon:pause-supervisor supervisor-1

php artisan horizon:continue-supervisor supervisor-1

You may check the current status of the Horizon process using the `horizon:status` Artisan command:

php artisan horizon:status
Expand Down

0 comments on commit 38887fe

Please sign in to comment.