We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26b9537 + 6faa83a commit 73f31baCopy full SHA for 73f31ba
src/Console/ConsumeCommand.php
@@ -21,9 +21,10 @@ class ConsumeCommand extends WorkCommand
21
{--force : Force the worker to run even in maintenance mode}
22
{--memory=128 : The memory limit in megabytes}
23
{--sleep=3 : Number of seconds to sleep when no job is available}
24
+ {--rest=0 : Number of seconds to rest between jobs}
25
{--timeout=60 : The number of seconds a child process can run}
26
{--tries=1 : Number of times to attempt a job before logging it failed}
- {--rest=0 : Number of seconds to rest between jobs}
27
+ {--json : Output the queue worker information as JSON}
28
29
{--max-priority=}
30
{--consumer-tag}
0 commit comments