cameronmaske / celery-once

Celery Once allows you to prevent multiple execution and queuing of celery tasks.
https://pypi.python.org/pypi/celery_once/
BSD 2-Clause "Simplified" License
662 stars 90 forks source link

Is there a SSL support for Redis? #62

Closed michelpf closed 6 years ago

michelpf commented 6 years ago

I'm trying to make it work with SSL connection using Redis on Azure, but with no sucess. Could you confirm if it's possible?

On Celery, it is, https://github.com/celery/celery/pull/3831.

michelpf commented 6 years ago

There is! 'redis://host:port/0?password=password=&ssl=True',

gustavoalmeida commented 5 years ago

Hello all

What about urls with rediss://? We are not allowing this protocol here? https://github.com/cameronmaske/celery-once/blob/master/celery_once/backends/redis.py#L29