We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm experiencing a similar issue as in #74 but without docker in the mix.
When I run python manage.py carrot --logfile carrot.log the command fails after about 20 seconds with the following error:
python manage.py carrot --logfile carrot.log
Connection to 127.0.0.1:5672 failed: [WinError 10061] No connection could be made because the target machine actively refused it
This however does not match what I configured as the 'default_broker' in the settings.py file. What am I doing wrong here?
DEFAULT_BROKER = 'amqp://guest:[email protected]:15602/gst' CARROT = { 'default_broker': DEFAULT_BROKER, }
Django 2.2.3 django-carrot 1.5.0
Server: 10.0.1.2 Port: 15602
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm experiencing a similar issue as in #74 but without docker in the mix.
When I run
python manage.py carrot --logfile carrot.log
the command fails after about 20 seconds with the following error:This however does not match what I configured as the 'default_broker' in the settings.py file. What am I doing wrong here?
settings.py
Environment
Django 2.2.3
django-carrot 1.5.0
RabbitMQ
Server: 10.0.1.2
Port: 15602
The text was updated successfully, but these errors were encountered: