Skip to content

Commit 8929da5

Browse files
mnabialektaylorotwell
authored andcommitted
Make it clear that delay time is in seconds (#20801)
1 parent 6d4d9ca commit 8929da5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Illuminate/Queue/Console/ListenCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

src/Illuminate/Queue/Console/WorkCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)