rq / django-rq

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

Separate RQScheduler into its own fake model #624

Open nikhilweee opened 1 year ago

nikhilweee commented 1 year ago

Right now RQScheduler gets displayed below Queues

image

How about moving RQScheduler into its own fake model?

image

I am more than happy to raise a PR.