rq / django-rq

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

`get_scheduler` should support a custom connection #652

Closed SpecLad closed 2 months ago

SpecLad commented 4 months ago

get_queue has a connection parameter, but get_scheduler does not. This seems like an oversight.