I've followed all the steps in the following video:
https://www.youtube.com/watch?v=fvYo6LBZUh8&t=166s
However, I'm not able to connect with "heroku redis", I am using celery to implement periodic tasks. The error is the following:
[2021-04-02 22:00:05,622: ERROR/MainProcess] consumer: Cannot connect to redis://:**@ec2-54-160-13-161.compute-1.amazonaws.com:12880//: Error while reading from socket: (10054, 'Se ha forzado la interrupción de una conexión existente por el host remoto', None, 10054, None).
So, any idea of what could be happening would be great. ¡Thank you so much!
heroku redis:credentials REDIS_URL
like Marcos Paolo said and get the updated REDIS_URL. – Sweetmeat