liuliqiang / redisbeat

celery redis scheduler, dynamic add/modify/delete task from celery.
MIT License
178 stars 44 forks source link

CELERY_REDIS_SCHEDULER_URL with password is not working #19

Closed svajipay closed 5 years ago

svajipay commented 5 years ago

CELERY_REDIS_SCHEDULER_URL in the format 'redis://:' + passw + "@" + host + ":" + str(port) + "/1" is not working and resulting in timeouts. It is valid for celery otherwise.

svajipay commented 5 years ago

@liuliqiang Can you please comment and suggest a work around ?

svajipay commented 5 years ago

Closing this.. the strictredis documentation say this is supported.