-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pypi package 0.11.0 broken #123
Comments
@milonline-eu |
I also get errors like this Bogdanp/dramatiq#168 with 0.11.0 only, redis backend |
Redis as well |
I am seeing the inability to find actors as well. It appears that the broker is being reinitialized between modules. |
I believe, the core problem was in django_dramatiq package: Bogdanp/django_dramatiq#123 Version 0.11 is not fully uploaded to PyPI or there is a bug in that version. Also, there are no incompatibility issues raised in dramatiq repo: https://github.com/Bogdanp/dramatiq/issues Thus, I am changing pins in this PR to freeze django-dramatiq package.
I believe, the core problem was in django_dramatiq package: Bogdanp/django_dramatiq#123 Version 0.11 is not fully uploaded to PyPI or there is a bug in that version. Also, there are no incompatibility issues raised in dramatiq repo: https://github.com/Bogdanp/dramatiq/issues Thus, I am changing pins in this PR to freeze django-dramatiq package.
I believe, the core problem was in django_dramatiq package: Bogdanp/django_dramatiq#123 Version 0.11 is not fully uploaded to PyPI or there is a bug in that version. Also, there are no incompatibility issues raised in dramatiq repo: https://github.com/Bogdanp/dramatiq/issues Thus, I am changing pins in this PR to freeze django-dramatiq package.
@milonline-eu happy to announce that 0.11.1 is released! Best, |
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.
The text was updated successfully, but these errors were encountered: