We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2acf4 commit f829399Copy full SHA for f829399
src/Console/WorkCommand.php
@@ -28,7 +28,8 @@ class WorkCommand extends BaseWorkCommand
28
{--rest=0 : Number of seconds to rest between jobs}
29
{--supervisor= : The name of the supervisor the worker belongs to}
30
{--timeout=60 : The number of seconds a child process can run}
31
- {--tries=0 : Number of times to attempt a job before logging it failed}';
+ {--tries=0 : Number of times to attempt a job before logging it failed}
32
+ {--json : Output the queue worker information as JSON}';
33
34
/**
35
* Indicates whether the command should be shown in the Artisan command list.
0 commit comments