|
Hi, I'm having some problems when trying to run celeryd from a Django application:
I have RabbitMQ installed and configured (I think) properly:
When checking the status with "rabbitmqctl status" i got that is ok. Also, on settings.py I have the values:
Any idea about my [Errno 111]? |
|
I notice it says 'celery@web184.webfaction.com' for the host information. Try changing the host from 'web184.webfaction.com' to 'localhost'. It is possible it is trying external routing because of the URL, which would have the port blocked. The port is only open for localhost, unless we open it upon request. |