rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.81k stars 282 forks source link

fix: use default redis port when not specified in connection kwargs #637

Closed terencehonles closed 6 months ago

terencehonles commented 7 months ago

If a port is not specified explicitly Redis uses its default port instead, and it may not always appear in the connection kwargs.

Related to https://github.com/rq/django-rq/pull/633

selwin commented 6 months ago

Thanks!