Thursday, April 19, 2018

Re: Error with channels and celery

On woensdag 18 april 2018 10:05:23 CEST Sergio Lopez wrote:

> Mi error is:
>
> raise OSError(err, 'Connect call failed %s' % (address,))
> ConnectionRefusedError: [Errno 10061] Connect call failed ('::1', 6379)

Somewhere you have configured the redis connection to [::1] (IPv6) or localhost
(and your OS set to prefer IPv6).

> app.conf.update(
> BROKER_URL = 'redis://127.0.0.1:6379/0',)

But not there, apparently.
--
Melvyn Sopacua

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1623037.BnQq8s3X9k%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment