Skip to content

Commit

Permalink
add rest
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 9, 2021
1 parent 1f019a8 commit fcb9843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/WorkCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class WorkCommand extends BaseWorkCommand
{--stop-when-empty : Stop when the queue is empty}
{--queue= : The names of the queues to work}
{--sleep=3 : Number of seconds to sleep when no job is available}
{--rest=0 : Number of seconds to rest between jobs}
{--supervisor= : The name of the supervisor the worker belongs to}
{--timeout=60 : The number of seconds a child process can run}
{--tries=0 : Number of times to attempt a job before logging it failed}';
Expand Down

0 comments on commit fcb9843

Please sign in to comment.