From 24c18182a82ee24be62d2ac1c6793c237944cda8 Mon Sep 17 00:00:00 2001 From: Mohamed Said Date: Tue, 10 Mar 2020 17:33:22 +0200 Subject: [PATCH] bring --daemon option back --- src/Illuminate/Queue/Console/WorkCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Queue/Console/WorkCommand.php b/src/Illuminate/Queue/Console/WorkCommand.php index 062a2627c771..0b9e7503dfad 100644 --- a/src/Illuminate/Queue/Console/WorkCommand.php +++ b/src/Illuminate/Queue/Console/WorkCommand.php @@ -22,6 +22,7 @@ class WorkCommand extends Command protected $signature = 'queue:work {connection? : The name of the queue connection to work} {--queue= : The names of the queues to work} + {--daemon : Run the worker in daemon mode (Deprecated)} {--once : Only process the next job on the queue} {--stop-when-empty : Stop when the queue is empty} {--delay=0 : The number of seconds to delay failed jobs}