Hi
I am using rabbitmq version 3.8.14 and were using peer discovery using consul in kubernetes
i am trying to increase timeout using the following option
# For RabbitMQ 3.7.9 and later versions.
#
# Configures HTTPS (TLS-enabled) listener timeouts
management.ssl.idle_timeout = 120000
management.ssl.inactivity_timeout = 120000
management.ssl.request_timeout = 120000
but after this change my pod not starting
"log":" no other nodes on rabbitmq-57c58b6b48-9jkbf |
"log":" * epmd reports: node 'rabbit' not running at all |
"log":" * connected to epmd (port 4369) on rabbitmq-57c58b6b48-9jkbf"} |
"log":" * suggestion: start the node", |
"log":" * Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)", |
"log":" * CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)" |
"log":" * Target node is not running"
How to increase the request time out for management api(now timeout after 1 minute)
I am using management api to exporting definition(It have nearly 25k connections, 30k queues and 50k exchanges and lot of user, bindings)
I know there is
rabbitmqctl
export_definitions but i need http management api to get fixed