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
Most cloud providers give a Redis connection URI like redis://h:asdfqwer1234asdf@ec2-111-1-1-1.compute-1.amazonaws.com:111. The current implementation of django-q does not allow this format. Would be nice to have the ability to set it in the cluster configuration:
Thanks for this nice project!
Most cloud providers give a Redis connection URI like
redis://h:asdfqwer1234asdf@ec2-111-1-1-1.compute-1.amazonaws.com:111
. The current implementation of django-q does not allow this format. Would be nice to have the ability to set it in the cluster configuration:That would be in line with the redis-py native url notation. I took a look at
redis_broker.py
and shouldn't be hard to tweak the relevant method:Let me know if there is any interested in this. I'd start working on a PR.
The text was updated successfully, but these errors were encountered: