Skip to content

Commit a0497a2

Browse files
Merge pull request #14452 from rabbitmq/mergify/bp/v4.1.x/pr-14451
For 4.1.5: Fix docs: list_unresponsive_queues queue-timeout is in seconds (backport #14451)
2 parents 6ae0246 + 36946b2 commit a0497a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbit/docs/rabbitmqctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ each queue of the virtual host named
13231323
.sp
13241324
.Dl rabbitmqctl list_queues -p my-vhost messages consumers
13251325
.\" ------------------------------------------------------------------
1326-
.It Cm list_unresponsive_queues Oo Fl -local Oc Oo Fl -queue-timeout Ar milliseconds Oc Oo Ar queueinfoitem ... Oc Op Fl -no-table-headers
1326+
.It Cm list_unresponsive_queues Oo Fl -local Oc Oo Fl -queue-timeout Ar seconds Oc Oo Ar queueinfoitem ... Oc Op Fl -no-table-headers
13271327
.Pp
13281328
Tests queue leader replicas to respond within the given timeout. Lists those that did not respond in time.
13291329
.Pp

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/list_unresponsive_queues_command.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ListUnresponsiveQueuesCommand do
8181
def banner(_, %{vhost: vhost}), do: "Listing unresponsive queues for vhost #{vhost} ..."
8282

8383
def usage() do
84-
"list_unresponsive_queues [--local] [--queue-timeout <milliseconds>] [<column> ...] [--no-table-headers]"
84+
"list_unresponsive_queues [--local] [--queue-timeout <seconds>] [<column> ...] [--no-table-headers]"
8585
end
8686

8787
def usage_additional() do

0 commit comments

Comments
 (0)