You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When "URL" is provided in the config, the "REDIS_CLIENT_KWARGS" parameter is not used when creating the Redis instance. This means that additional arguments such as ssl_ca_certs cannot be provided alongside the url.
When "URL" is provided in the config, the "REDIS_CLIENT_KWARGS" parameter is not used when creating the
Redis
instance. This means that additional arguments such asssl_ca_certs
cannot be provided alongside the url.django-rq/django_rq/queues.py
Lines 81 to 92 in cd05d2f
A workaround for the moment is to pass the separate host, port, ssl, etc. arguments instead of the url.
Possibly related issue: #674
The text was updated successfully, but these errors were encountered: