Skip to content

Commit 7bc0ac5

Browse files
authored
Fix missing rest option (vyuldashev#416)
1 parent 3a39d35 commit 7bc0ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/ConsumeCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class ConsumeCommand extends WorkCommand
2323
{--sleep=3 : Number of seconds to sleep when no job is available}
2424
{--timeout=60 : The number of seconds a child process can run}
2525
{--tries=1 : Number of times to attempt a job before logging it failed}
26+
{--rest=0 : Number of seconds to rest between jobs}
2627
2728
{--consumer-tag}
2829
{--prefetch-size=0}

0 commit comments

Comments
 (0)