We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b97d2 commit 24c1818Copy full SHA for 24c1818
src/Illuminate/Queue/Console/WorkCommand.php
@@ -22,6 +22,7 @@ class WorkCommand extends Command
22
protected $signature = 'queue:work
23
{connection? : The name of the queue connection to work}
24
{--queue= : The names of the queues to work}
25
+ {--daemon : Run the worker in daemon mode (Deprecated)}
26
{--once : Only process the next job on the queue}
27
{--stop-when-empty : Stop when the queue is empty}
28
{--delay=0 : The number of seconds to delay failed jobs}
0 commit comments