Skip to content

Commit 24c1818

Browse files
committed
bring --daemon option back
1 parent 59b97d2 commit 24c1818

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Queue/Console/WorkCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class WorkCommand extends Command
2222
protected $signature = 'queue:work
2323
{connection? : The name of the queue connection to work}
2424
{--queue= : The names of the queues to work}
25+
{--daemon : Run the worker in daemon mode (Deprecated)}
2526
{--once : Only process the next job on the queue}
2627
{--stop-when-empty : Stop when the queue is empty}
2728
{--delay=0 : The number of seconds to delay failed jobs}

0 commit comments

Comments
 (0)