File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ class WorkCommand extends LaravelWorkCommand
1313 * @var string
1414 */
1515 protected $ signature = 'queue-manager:work
16- {connection? : The name of connection}
17- {--queue= : The queue to listen on }
16+ {connection? : The name of the queue connection to work }
17+ {--queue= : The names of the queues to work }
1818 {--daemon : Run the worker in daemon mode (Deprecated)}
1919 {--once : Only process the next job on the queue}
20- {--delay=0 : Amount of time to delay failed jobs}
20+ {--stop-when-empty : Stop when the queue is empty}
21+ {--delay=0 : The number of seconds to delay failed jobs}
2122 {--force : Force the worker to run even in maintenance mode}
2223 {--memory=128 : The memory limit in megabytes}
2324 {--sleep=3 : Number of seconds to sleep when no job is available}
You can’t perform that action at this time.
0 commit comments