django-rq-scheduler
django-rq-scheduler copied to clipboard
Repeatable job ignores selected queue and runs on default
I have a Repeatable job created via admin to run every 15 minutes on a scheduled
queue. See screenshot1:
However, looking at the Queues
in the admin, it's apparent that job is running on the default
queue instead. See screenshot2:
Separately, the admin doesn't report successfully finished jobs (besides one repeated job). I can confirm many jobs are succeeding but not showing up in the admin. See screenshot3: