esunar / test4

GNU General Public License v3.0
0 stars 0 forks source link

default queue length checks for rabbitmq on openstack clouds is far too small #150

Closed esunar closed 1 year ago

esunar commented 1 year ago

the charm default

juju config rabbitmq-server queue_thresholds '[[*, *, 1000, 2000]]'

is far too small for openstack clouds, as normal operations can cause many more messages in queues than this.

If the model is an openstack model, have juju lint check for this value to be:

'[[*, *, 25000, 27500]]'


Imported from Launchpad using lp2gh.