File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Illuminate/Queue/Console Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class ListenCommand extends Command
1515 */
1616 protected $ signature = 'queue:listen
1717 {connection? : The name of connection}
18- {--delay=0 : Amount of time to delay failed jobs}
18+ {--delay=0 : The number of seconds to delay failed jobs}
1919 {--force : Force the worker to run even in maintenance mode}
2020 {--memory=128 : The memory limit in megabytes}
2121 {--queue= : The queue to listen on}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class WorkCommand extends Command
2323 {--queue= : The names of the queues to work}
2424 {--daemon : Run the worker in daemon mode (Deprecated)}
2525 {--once : Only process the next job on the queue}
26- {--delay=0 : Amount of time to delay failed jobs}
26+ {--delay=0 : The number of seconds to delay failed jobs}
2727 {--force : Force the worker to run even in maintenance mode}
2828 {--memory=128 : The memory limit in megabytes}
2929 {--sleep=3 : Number of seconds to sleep when no job is available}
You can’t perform that action at this time.
0 commit comments