rq / django-rq

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

Account for missing db in connection kwargs #633

Closed bennylope closed 7 months ago

bennylope commented 7 months ago

When the db value is not included explicitly in the connection kwargs the default 0 db is used but this is not reflected in the connection kwargs.

Closes gh-632

selwin commented 7 months ago

Thanks!