Closed svajipay closed 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.
@liuliqiang Can you please comment and suggest a work around ?
Closing this.. the strictredis documentation say this is supported.
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.