Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Make it possible to configure HTTP request timeout for rabbitmqadmin #593

Closed
michaelklishin opened this issue Aug 1, 2018 · 3 comments · Fixed by #595
Closed

Make it possible to configure HTTP request timeout for rabbitmqadmin #593

michaelklishin opened this issue Aug 1, 2018 · 3 comments · Fixed by #595

Comments

@michaelklishin
Copy link
Member

michaelklishin commented Aug 1, 2018

rabbitmqadmin doesn't currently set a timeout for its HTTP requests. It should be possible to set one.

Related issue on the HTTP handler end: #594.

@stoffus
Copy link

stoffus commented Apr 16, 2019

We are currently running into this when trying to import a definitions file in 3.7.14. The file is around 230 kB.

@michaelklishin
Copy link
Member Author

@stoffus our team does not use GitHub issues for discussions. This change does not make timeouts disappear, only allows rabbitmqadmin users to provide one that works for them. Definition file size does not matter, the number of entities that need setting up does as does cluster configuration (e.g. setting up 50K queues mirrored to 5 nodes is not the same as 5K non-mirrored ones).

@stoffus
Copy link

stoffus commented Apr 16, 2019

@michaelklishin Sorry, honest mistake. I was just reading the docs (https://www.rabbitmq.com/management.html) and found Client Inactivity Timeouts which seems to work as intended.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants