Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Pypi package 0.11.0 broken #123

Closed milonline-eu closed 1 year ago

milonline-eu commented 2 years ago

It seems like pypi 0.11.0 package is broken. It doesn't follow settings for a RabbitMQ server and uses 127.0.0.1 instead.

crios586 commented 1 year ago

@milonline-eu It seems the package is setup to be used with RabbitMQ locally. Which is why it is configured to use the local host IP Address (127.0.0.1) and rabbitmq-server default port (5672), according to the readme. If you have your RabbitMQ server running somewhere else, try changing the IP address and maybe port accordingly.

q0w commented 1 year ago

I also get errors like this https://github.com/Bogdanp/dramatiq/issues/168 with 0.11.0 only, redis backend

yuzhay commented 1 year ago

It seems like pypi 0.11.0 package is broken. It doesn't follow settings for a RabbitMQ server and uses 127.0.0.1 instead.

Redis as well

skorokithakis commented 1 year ago

I am seeing the inability to find actors as well. It appears that the broker is being reinitialized between modules.

amureki commented 1 year ago

@milonline-eu happy to announce that 0.11.1 is released! It should resolve this issue.

Best, Rust