File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ Unreleased] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v11.0.1...master )
5
+ ## [ Unreleased] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v11.0.2...master )
6
+
7
+ ## [ 11.0.2 (2020-09-20)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v11.0.1...v11.0.2 )
8
+
9
+ - Add missing options to rabbitmq: consume command [ #363 ] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/issues/363 )
6
10
7
11
## [ 11.0.1 (2020-09-19)] ( https://github.com/vyuldashev/laravel-queue-rabbitmq/compare/v11.0.0...v11.0.1 )
8
12
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ class ConsumeCommand extends WorkCommand
14
14
{--queue= : The names of the queues to work}
15
15
{--once : Only process the next job on the queue}
16
16
{--stop-when-empty : Stop when the queue is empty}
17
- {--delay=0 : The number of seconds to delay failed jobs}
17
+ {--delay=0 : The number of seconds to delay failed jobs (Deprecated)}
18
+ {--backoff=0 : The number of seconds to wait before retrying a job that encountered an uncaught exception}
19
+ {--max-jobs=0 : The number of jobs to process before stopping}
20
+ {--max-time=0 : The maximum number of seconds the worker should run}
18
21
{--force : Force the worker to run even in maintenance mode}
19
22
{--memory=128 : The memory limit in megabytes}
20
23
{--sleep=3 : Number of seconds to sleep when no job is available}
You can’t perform that action at this time.
0 commit comments