Takashi Kajinami
5c0b70beaa
rabbit: validate input for retry options
Currently rabbit_retry_interval=0 is internally translated to rabbit_retry_interval=1, which may hide wrong expectation by operators. Add minimum boundary to make sure the given value is valid and is used actually. Also set the minimum boundary for backoff and max as well, to reject too small values or even negative value which may cause malfunction. Change-Id: Iaef2f3c52d6475742dd06c76dfeaebc1c7691d9a
Team and repository tags
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/oslo.messaging/latest/
- Source: https://opendev.org/openstack/oslo.messaging
- Bugs: https://bugs.launchpad.net/oslo.messaging
- Release notes: https://docs.openstack.org/releasenotes/oslo.messaging/
Description
Languages
Python
99.8%
Shell
0.2%