RabbitmqBroker: Inconsistency between documentation and code
Closed this issue · 1 comments
fondation451 commented
Issues
There is an inconsistency between the documentation and the code which can be disturbing for new comer.
In the documentation https://github.com/wiremind/remoulade/blob/master/docs/source/guide.rst#rabbitmq-broker, the RabbitmqBroker
is used with the host
parameter:
RabbitmqBroker(host="rabbitmq")`
But, in the code, the proper parameter is actually url
.
RabbitmqBroker(url="rabbitmq")`
remoulade/remoulade/brokers/rabbitmq.py
Line 64 in 4ec85a3
cc @cp2587 one missing feedback from the test.
fondation451 commented
@antoinerabany
It looks like you have fixed it b1e4a6f.
I close this issue. I let you re-open if necessary.